wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
341 stars 95 forks source link

Warning when daemon starts #34

Closed claudiu-cristea closed 13 years ago

claudiu-cristea commented 13 years ago

When I'm starting the daemon with:

$  python /opt/fileconveyor/code/arbitrator.py

I getting am error/warning message right at the beginning of the console output:

/opt/fileconveyor/code/filter.py:10: DeprecationWarning: the sets module is deprecated
  from sets import Set, ImmutableSet
wimleers commented 13 years ago

This is only of importance for future development of File Conveyor. It's only a deprecation warning that can be safely ignored.