Skip to content

Commit

Permalink
flip
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Mar 16, 2017
1 parent fa29ed8 commit 7c9854b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/omx.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import warnings

if (os.environ.get('READTHEDOCS', None) == 'True'):
_omx_base_class = _tb.file.File
else:
_omx_base_class = object
else:
_omx_base_class = _tb.file.File

class OMXBadFormat(LarchError):
pass
Expand Down

0 comments on commit 7c9854b

Please sign in to comment.