Fix all W0602, global used but no assignment done.

This commit is contained in:
Ned Batchelder
2013-06-21 10:55:36 -04:00
parent 75b390124f
commit 57909ce1aa
4 changed files with 0 additions and 11 deletions

View File

@@ -37,7 +37,6 @@ rate -- messages per second
self.log_file.write(datetime.datetime.utcnow().isoformat() + ' -- ' + text + '\n')
def handle(self, *args, **options):
global log_file
(user_file, message_base, logfilename, ratestr) = args
users = [u.strip() for u in open(user_file).readlines()]