home *** CD-ROM | disk | FTP | other *** search
/ com!online 2005 April / com_0405_1.iso / opensource / BTpp-0.5.4-bin.exe / $INSTDIR / BT++.exe / Managers.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2003-04-19  |  733 b   |  19 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.2)
  3.  
  4. from LoaderManager import LoaderManager
  5. from SeedManager import SeedManager
  6. from ConfigFile import Config
  7. from core.CurrentRateMeasure import GlobalMeasure
  8. UpMeasure = GlobalMeasure(20.0, 5.0)
  9. ManagerUp = SeedManager([
  10.     Config.Get('Paths', 'History'),
  11.     Config.Get('Paths', 'Incoming'),
  12.     '',
  13.     ''], upmeasure = UpMeasure)
  14. ManagerDown = LoaderManager([
  15.     Config.Get('Paths', 'Torrent'),
  16.     Config.Get('Paths', 'Temp'),
  17.     Config.Get('Paths', 'Incoming'),
  18.     Config.Get('Paths', 'History')], upmeasure = UpMeasure)
  19.