home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyo (Python 2.2)
-
- from LoaderManager import LoaderManager
- from SeedManager import SeedManager
- from ConfigFile import Config
- from core.CurrentRateMeasure import GlobalMeasure
- UpMeasure = GlobalMeasure(20.0, 5.0)
- ManagerUp = SeedManager([
- Config.Get('Paths', 'History'),
- Config.Get('Paths', 'Incoming'),
- '',
- ''], upmeasure = UpMeasure)
- ManagerDown = LoaderManager([
- Config.Get('Paths', 'Torrent'),
- Config.Get('Paths', 'Temp'),
- Config.Get('Paths', 'Incoming'),
- Config.Get('Paths', 'History')], upmeasure = UpMeasure)
-