mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Staging for transfer
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user