promote.py: Remove unused CAMPAIGN object.

This commit is contained in:
bsimpson63
2012-10-31 12:18:08 -04:00
parent 8a0020c9fb
commit 5a0fbb5c8f

View File

@@ -48,7 +48,6 @@ from uuid import uuid1
STATUS = Enum("unpaid", "unseen", "accepted", "rejected",
"pending", "promoted", "finished")
CAMPAIGN = Enum("start", "end", "bid", "sr", "trans_id")
UPDATE_QUEUE = 'update_promos_q'
QUEUE_ALL = 'all'