Skip to content

Commit

Permalink
promote.py: Remove unused CAMPAIGN object.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsimpson63 committed Nov 1, 2012
1 parent 8a0020c commit 5a0fbb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion r2/r2/lib/promote.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
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'
Expand Down

0 comments on commit 5a0fbb5

Please sign in to comment.