docutil/dochtml.py
changeset 1850 614396cbffbf
parent 1838 646245c1c0d9
child 1865 0bd5b3099144
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    20 #
    20 #
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import os
       
    26 import subprocess
    25 import subprocess
    27 import wx
    26 import wx
    28 import wx.html
    27 import wx.html
    29 
    28 
    30 HtmlFrameOpened = []
    29 HtmlFrameOpened = []