From f67e75b6bb95d3cc7c271b6bb6d8b6fd865bee74 Mon Sep 17 00:00:00 2001 From: danamir Date: Fri, 13 Jul 2018 13:18:51 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20=D1=82=D0=B5=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D0=B2=D1=8B=D0=B9=20=D1=84=D0=B0=D0=B9=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labs/lab1/lab1.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/labs/lab1/lab1.py b/labs/lab1/lab1.py index 05d6ace..ba3dddf 100644 --- a/labs/lab1/lab1.py +++ b/labs/lab1/lab1.py @@ -1,18 +1,9 @@ import wx -from docx import Document class Ttheory(wx.Panel): def __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): def __init__(self, parent): wx.Panel.__init__(self, parent)