aboutsummaryrefslogtreecommitdiffstats
path: root/src/line.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-20 14:14:14 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-20 14:14:14 +0200
commit78d6326aca1f7971bf621283c722153304372154 (patch)
treea6594f502461b67481aab613ec06a724e88c149f /src/line.py
parentbegin edit method wrapping (diff)
downloadpytagomacs-78d6326aca1f7971bf621283c722153304372154.tar.gz
pytagomacs-78d6326aca1f7971bf621283c722153304372154.tar.bz2
pytagomacs-78d6326aca1f7971bf621283c722153304372154.tar.xz
wrapping complete, but not history tracking implemented
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/line.py')
-rw-r--r--src/line.py2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
'''
-from editor import *
+from common import *
class Line():