softlayer / softlayer-object-storage-backup

Other
11 stars 3 forks source link

Remove globals from script #9

Closed CrackerJackMack closed 11 years ago

CrackerJackMack commented 11 years ago

This patch set removes all globals to make the whole script more picklable (?) for windows support as per http://docs.python.org/library/multiprocessing.html#windows

This merge will not "enable" windows support (99% untested) but is a step in the right direction.