diff -r 3edd2f19bce2 -r e0424e96e3fd py_ext/__init__.py --- a/py_ext/__init__.py Wed May 09 00:39:54 2012 +0200 +++ b/py_ext/__init__.py Sat May 12 11:21:10 2012 +0200 @@ -1,1 +1,3 @@ from py_ext import * +from PythonEditor import PythonEditor +from PythonFileCTNMixin import PythonFileCTNMixin