python3 fix
This commit is contained in:
parent
b50b94908f
commit
59f07a03ee
@ -11,7 +11,7 @@
|
||||
#if hasattr(mod, k):
|
||||
#Exporters.append(getattr(mod, k))
|
||||
|
||||
import Exporter
|
||||
from .Exporter import Exporter
|
||||
from .ImageExporter import *
|
||||
from .SVGExporter import *
|
||||
from .Matplotlib import *
|
||||
@ -20,5 +20,5 @@ from .PrintExporter import *
|
||||
|
||||
|
||||
def listExporters():
|
||||
return Exporter.Exporter.Exporters[:]
|
||||
return Exporter.Exporters[:]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user