Staging for transfer

This commit is contained in:
Mike
2019-10-13 13:04:40 -04:00
parent eeeb8631c4
commit a1bb0aa101
5 changed files with 19 additions and 25 deletions

View File

@@ -2,9 +2,9 @@ import unittest
import os
import shutil
import sys
sys.path.insert(1, 'lib/')
from pyShelf import InitFiles
from pyShelf import Epub
sys.path.insert(1, '../')
from lib.pyShelf import InitFiles
from lib.pyShelf import Epub
class SysIoTest(unittest.TestCase):