6 lines
60 B
Python
6 lines
60 B
Python
import bz2
|
|
__doc__ = bz2.__doc__
|
|
del bz2
|
|
|
|
from bz2 import *
|