Skip to content

Commit

Permalink
removed recordprivacy class
Browse files Browse the repository at this point in the history
  • Loading branch information
aot221 committed Mar 15, 2016
1 parent 0c61fa7 commit 676dfa8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions public_records_portal/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ class notePrivacy:
PUBLIC = 0x01
AGENCY = 0x02

class RecordPrivacy:
PRIVATE = 0x1
RELEASED_AND_PRIVATE = 0x2
RELEASED_AND_PUBLIC = 0x3

# @export "User"
class AnonUser:
@property
Expand Down
1 change: 0 additions & 1 deletion public_records_portal/upload_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

from werkzeug.utils import secure_filename

from models import RecordPrivacy
from public_records_portal import app

# These are the extensions that can be uploaded:
Expand Down

0 comments on commit 676dfa8

Please sign in to comment.