We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f011fa commit 3758e46Copy full SHA for 3758e46
pycdlib/__init__.py
@@ -2,4 +2,4 @@
2
Pycdlib is a pure python library to parse, write (master), and create ISO9660
3
files. These files are suitable for writing to a CD or USB.
4
"""
5
-from .pycdlib import PyCdlib # NOQA
+from .pycdlib import PyCdlib as PyCdlib # NOQA
0 commit comments