source:
syncer/trunk/fuentes/syncer.install/usr/lib/syncer/plugins/files.py
@
4039
Last change on this file since 4039 was 4039, checked in by , 4 years ago | |
---|---|
File size: 206 bytes |
Line | |
---|---|
1 | from lib.SyncerTypes import * |
2 | import base64 |
3 | |
4 | class handler_file(IPlugin): |
5 | |
6 | def init_plugin(self): |
7 | self.typeplug = 'file' |
8 | self.params = ['orig_path', 'dest_path'] |
9 | #def process(self): |
Note: See TracBrowser
for help on using the repository browser.