diff options
author | 2012-10-11 20:55:48 +0200 | |
---|---|---|
committer | 2012-10-11 20:55:48 +0200 | |
commit | 582b8eb777a86a157f4825e3d9d68e8655e8f092 (patch) | |
tree | 2c96b04e167135101c57d2ef2d387380f60c1370 /module/common/APIExerciser.py | |
parent | last test commit (diff) | |
download | pyload-582b8eb777a86a157f4825e3d9d68e8655e8f092.tar.xz |
refactored ws handler, generate debug information for ttypes
Diffstat (limited to 'module/common/APIExerciser.py')
-rw-r--r-- | module/common/APIExerciser.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/common/APIExerciser.py b/module/common/APIExerciser.py index ac6bc6c15..37ba82b47 100644 --- a/module/common/APIExerciser.py +++ b/module/common/APIExerciser.py @@ -9,8 +9,6 @@ import gc from traceback import print_exc, format_exc -from module.remote.thriftbackend.ThriftClient import ThriftClient, Destination - def createURLs(): """ create some urls, some may fail """ urls = [] |