aboutsummaryrefslogtreecommitdiffstats
path: root/src/line.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-27 08:29:50 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-27 08:29:50 +0100
commit426f57016228eb33f7cadf21a984abf8ac18797a (patch)
treee7e3dd60697efadf8c59b0441014bdeafde84c49 /src/line.py
parentadd makefile (diff)
downloadpytagomacs-1417073566.tar.gz
pytagomacs-1417073566.tar.bz2
pytagomacs-1417073566.tar.xz
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/line.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/line.py b/src/line.py
index b2d6866..8de6f9e 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 common import *
+from pytagomacs.common import *
class Line():