diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-09-20 14:14:14 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-09-20 14:14:14 +0200 |
| commit | 78d6326aca1f7971bf621283c722153304372154 (patch) | |
| tree | a6594f502461b67481aab613ec06a724e88c149f /src/line.py | |
| parent | begin edit method wrapping (diff) | |
| download | pytagomacs-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.py | 2 |
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(): |
