re module was missing in pronterface_widgets

master
Guillaume Seguin 2012-09-05 13:27:49 +02:00
parent 5f8d69c653
commit 123fbf3802
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
# along with Printrun. If not, see <http://www.gnu.org/licenses/>.
import wx
import re
class macroed(wx.Dialog):
"""Really simple editor to edit macro definitions"""