Show More
@@ -2,11 +2,13 b'' | |||||
2 | # -*- coding: iso-8859-15 -*- |
|
2 | # -*- coding: iso-8859-15 -*- | |
3 |
|
3 | |||
4 | import wx.aui |
|
4 | import wx.aui | |
5 | import wx.py |
|
5 | ||
|
6 | #used for about dialog | |||
6 | from wx.lib.wordwrap import wordwrap |
|
7 | from wx.lib.wordwrap import wordwrap | |
7 |
|
8 | |||
8 | from ipython_view import * |
|
9 | #used for ipython GUI objects | |
9 | from ipython_history import * |
|
10 | from IPython.gui.wx.ipython_view import WxIPythonViewPanel | |
|
11 | from IPython.gui.wx.ipython_history import IPythonHistoryPanel | |||
10 |
|
12 | |||
11 | __version__ = 0.8 |
|
13 | __version__ = 0.8 | |
12 | __author__ = "Laurent Dufrechou" |
|
14 | __author__ = "Laurent Dufrechou" |
General Comments 0
You need to be logged in to leave comments.
Login now