Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Commit

Permalink
Remove assertion about pyqode being in ocide package
Browse files Browse the repository at this point in the history
See #353
  • Loading branch information
ColinDuquesnoy committed Aug 15, 2016
1 parent aa4adc6 commit 4dbf8fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion open_cobol_ide/main.py
Expand Up @@ -17,7 +17,6 @@ def override_sys_path():
sys.path.insert(0, extlibs_pth)
os.environ['OCIDE_EXTLIBS_PATH'] = extlibs_pth
import pyqode.core
assert 'open_cobol_ide' in pyqode.core.__file__


def main():
Expand Down

0 comments on commit 4dbf8fa

Please sign in to comment.