Skip to content

Commit 3758e46

Browse files
authored
re-export PyCdlib using a redundant symbol alias to make it a public export (#115)
1 parent 7f011fa commit 3758e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycdlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Pycdlib is a pure python library to parse, write (master), and create ISO9660
33
files. These files are suitable for writing to a CD or USB.
44
"""
5-
from .pycdlib import PyCdlib # NOQA
5+
from .pycdlib import PyCdlib as PyCdlib # NOQA

0 commit comments

Comments
 (0)