Skip to content

Commit

Permalink
Update example_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
royopa authored Dec 26, 2020
1 parent 9cd6e33 commit b4f1b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/example_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
sys.path.insert(0, './../python-cobol')
sys.path.insert(0, './../python_cobol')

from python_cobol import python_cobol as cobol
import unittest
Expand Down

0 comments on commit b4f1b29

Please sign in to comment.