Fixed error parsing input options
This commit is contained in:
parent
dc5691130f
commit
7e777a4719
2 changed files with 8 additions and 4 deletions
|
|
@ -6,10 +6,13 @@ Created on Fri Jul 5 14:12:26 2013
|
|||
"""
|
||||
|
||||
import unittest
|
||||
import os
|
||||
import sys
|
||||
parentdir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
sys.path.insert(0, parentdir)
|
||||
from libfilemanager import EncodeData
|
||||
|
||||
|
||||
class libfilemanagertest(unittest.TestCase):
|
||||
def test_EncodeDataPrint(self):
|
||||
showname = "test show"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue