Skip to content

Commit 11dfca2

Browse files
committed
missing import
1 parent ff7e0d1 commit 11dfca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plotdevice/lib/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import objc, cIO, os
12
from PyObjCTools import AppHelper
2-
import objc, cIO
33
for cls in ["AnimatedGif", "ImageSequence", "SysAdmin", "Video"]:
44
globals()[cls] = objc.lookUpClass(cls)
55

0 commit comments

Comments
 (0)