Skip to content

Commit

Permalink
Merge pull request #8 from mission-liao/op
Browse files Browse the repository at this point in the history
Op
  • Loading branch information
mission-liao committed Nov 30, 2014
2 parents a351e0a + 3034a57 commit 2e55c40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyswagger/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.8.0
1 change: 1 addition & 0 deletions pyswagger/primitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import base64
import json

# TODO: add type: 'object'

class Byte(object):
""" for string type, byte format
Expand Down
1 change: 1 addition & 0 deletions pyswagger/scanner/v2_0/resolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

# TODO: test case
# TODO: cyclic detection
# TODO: $ref to external docs

def is_resolved(obj):
return getattr(obj, '$ref') == None or obj.ref_obj != None
Expand Down

0 comments on commit 2e55c40

Please sign in to comment.