Skip to content

Commit 8848384

Browse files
author
Bill Ladwig
committed
Fix PyNIO import
1 parent 56626b5 commit 8848384

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/utests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test(self):
6565
pass
6666

6767
try:
68-
from PyNIO import Nio
68+
import Nio
6969
except:
7070
pass
7171

@@ -232,7 +232,7 @@ def test(self):
232232
pass
233233

234234
try:
235-
from PyNIO import Nio
235+
import Nio
236236
except:
237237
pass
238238

@@ -797,7 +797,7 @@ def test(self):
797797
pass
798798

799799
try:
800-
from PyNIO import Nio
800+
import Nio
801801
except:
802802
pass
803803

0 commit comments

Comments
 (0)