1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

cleanup; pylint suggestions

This commit is contained in:
urlbot
2014-12-14 16:26:48 +01:00
parent 54c590051c
commit 5c5072b36a
3 changed files with 20 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ if '__main__' == __name__:
print('''this is a library file, which is not meant to be executed''')
exit(-1)
import sys, os, time, pickle
import sys, time, pickle
from local_config import conf
RATE_GLOBAL = 0x01