Skip to content

Commit

Permalink
Add file and upload statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarrientos committed Oct 1, 2010
1 parent cfb9109 commit 79d20b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions status.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
UPLOAD_STATUS = { 'ONLINE': 0, 'DELETED': 1, 'DISABLED': 2 }
FILE_STATUS = { 'INFS': 0, 'DELETED': 1 }

0 comments on commit 79d20b4

Please sign in to comment.