We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7e0d1 commit 11dfca2Copy full SHA for 11dfca2
1 file changed
plotdevice/lib/io.py
@@ -1,5 +1,5 @@
1
+import objc, cIO, os
2
from PyObjCTools import AppHelper
-import objc, cIO
3
for cls in ["AnimatedGif", "ImageSequence", "SysAdmin", "Video"]:
4
globals()[cls] = objc.lookUpClass(cls)
5
0 commit comments