populate_db: Remove unused variables

(imported from commit 3f8f40134858721b372f3971c3b7ced31f9ed49e)
This commit is contained in:
Keegan McAllister 2012-09-17 21:55:38 -04:00
parent bdb1c1b97e
commit f003dddebb

View File

@ -82,7 +82,6 @@ class Command(BaseCommand):
self.stderr.write("Error! More than 100% of messages allocated.\n")
return
usernames = ["othello", "iago", "prospero", "cordelia", "hamlet"]
class_list = ["Verona", "Denmark", "Scotland", "Venice", "Rome"]
if options["delete"]:
@ -192,8 +191,6 @@ def send_zephyrs(data):
huddle_members[h] = [s.userprofile.id for s in
Subscription.objects.filter(recipient_id=h)]
realm = Realm.objects.get(domain="humbughq.com")
num_zephyrs = 0
random_max = 1000000
recipients = {}