mirror of
https://github.com/romanz/amodem.git
synced 2026-03-06 23:05:57 +08:00
fix pylab import
This commit is contained in:
@@ -23,7 +23,7 @@ from . import profiling
|
||||
modem = sigproc.MODEM(config)
|
||||
|
||||
if os.environ.get('PYLAB') == '1':
|
||||
from . import pylab
|
||||
import pylab
|
||||
else:
|
||||
pylab = common.Dummy()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user