Skip to content

Commit

Permalink
fix broken non-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Apr 10, 2024
1 parent 8c2ddee commit dec8b93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pytun_pmd3/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
from pytun_pmd3.wintun import TunTapDevice
import sys

if sys.platform == 'win32':
from pytun_pmd3.wintun import TunTapDevice

0 comments on commit dec8b93

Please sign in to comment.