Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
leap
soledad
Commits
ac0e01cc
Verified
Commit
ac0e01cc
authored
May 04, 2017
by
drebs
Browse files
[bug] remove enum dependency
parent
ad065fc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/leap/soledad/client/_document.py
View file @
ac0e01cc
...
...
@@ -19,7 +19,6 @@ Public interfaces for adding extra client features to the generic
SoledadDocument.
"""
import
enum
import
weakref
import
uuid
...
...
@@ -147,7 +146,7 @@ class BlobDoc(object):
self
.
blob_id
=
blob_id
class
AttachmentStates
(
enum
.
IntEnum
):
class
AttachmentStates
(
object
):
NONE
=
0
LOCAL
=
1
REMOTE
=
2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment