Skip to content

Commit 4e87392

Browse files
committed
make it possible to monkeypatch os
1 parent 3ee65f9 commit 4e87392

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

partftpy/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@
1313
if sys.version_info < required_version:
1414
raise ImportError("Requires at least Python 3.0")
1515

16-
from . import TftpContexts, TftpPacketFactory, TftpPacketTypes, TftpStates
1716
from . import __name__ as pkg_name
18-
from .TftpClient import TftpClient
19-
from .TftpServer import TftpServer
20-
from .TftpShared import *
2117

2218

2319
def _get_version():

0 commit comments

Comments
 (0)