From 78d6326aca1f7971bf621283c722153304372154 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 20 Sep 2013 14:14:14 +0200 Subject: wrapping complete, but not history tracking implemented MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/line.py') diff --git a/src/line.py b/src/line.py index 843e913..6fc619b 100644 --- a/src/line.py +++ b/src/line.py @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . ''' -from editor import * +from common import * class Line(): -- cgit v1.2.3-70-g09d2