Fixed error parsing input options
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user