svgui/svgui.py
changeset 737 7b421e080636
parent 734 5c42cafaee15
child 1014 e2f7d6c95db0
equal deleted inserted replaced
736:944e58c00ca5 737:7b421e080636
     2 import os, sys, shutil
     2 import os, sys, shutil
     3 
     3 
     4 from pyjs import translate
     4 from pyjs import translate
     5 
     5 
     6 from POULibrary import POULibrary
     6 from POULibrary import POULibrary
     7 from docutils import *
     7 from docutil import open_svg
     8 
     8 
     9 class SVGUILibrary(POULibrary):
     9 class SVGUILibrary(POULibrary):
    10     def GetLibraryPath(self):
    10     def GetLibraryPath(self):
    11         return os.path.join(os.path.split(__file__)[0], "pous.xml") 
    11         return os.path.join(os.path.split(__file__)[0], "pous.xml") 
    12 
    12