удален лишний тестовый файл
This commit is contained in:
@@ -1,18 +1,9 @@
|
|||||||
import wx
|
import wx
|
||||||
from docx import Document
|
|
||||||
|
|
||||||
class Ttheory(wx.Panel):
|
class Ttheory(wx.Panel):
|
||||||
def __init__(self, parent):
|
def __init__(self, parent):
|
||||||
wx.Panel.__init__(self, parent)
|
wx.Panel.__init__(self, parent)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def get_theor(self):
|
|
||||||
doc = Document('test1.docx')
|
|
||||||
text_doc = doc.paragrapghs()
|
|
||||||
self.doc_text.SetLabel(text_doc)
|
|
||||||
|
|
||||||
|
|
||||||
class Labs(wx.Panel):
|
class Labs(wx.Panel):
|
||||||
def __init__(self, parent):
|
def __init__(self, parent):
|
||||||
wx.Panel.__init__(self, parent)
|
wx.Panel.__init__(self, parent)
|
||||||
|
|||||||
Reference in New Issue
Block a user