Skip to content

Commit

Permalink
make it possible to monkeypatch os
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Feb 10, 2024
1 parent 3ee65f9 commit 4e87392
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions partftpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
if sys.version_info < required_version:
raise ImportError("Requires at least Python 3.0")

from . import TftpContexts, TftpPacketFactory, TftpPacketTypes, TftpStates
from . import __name__ as pkg_name
from .TftpClient import TftpClient
from .TftpServer import TftpServer
from .TftpShared import *


def _get_version():
Expand Down

0 comments on commit 4e87392

Please sign in to comment.