diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-11-27 08:29:50 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-11-27 08:29:50 +0100 |
| commit | 426f57016228eb33f7cadf21a984abf8ac18797a (patch) | |
| tree | e7e3dd60697efadf8c59b0441014bdeafde84c49 /src | |
| parent | add makefile (diff) | |
| download | pytagomacs-426f57016228eb33f7cadf21a984abf8ac18797a.tar.gz pytagomacs-426f57016228eb33f7cadf21a984abf8ac18797a.tar.bz2 pytagomacs-426f57016228eb33f7cadf21a984abf8ac18797a.tar.xz | |
m fix1417073566
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/editor.py | 8 | ||||
| -rw-r--r-- | src/line.py | 2 | ||||
| l--------- | src/pytagomacs | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/src/editor.py b/src/editor.py index 85f84a1..c1b98c4 100644 --- a/src/editor.py +++ b/src/editor.py @@ -27,10 +27,10 @@ gettext.bindtextdomain('@PKGNAME@', '@LOCALEDIR@') gettext.textdomain('@PKGNAME@') _ = gettext.gettext -from killring import * -from editring import * -from common import * -from line import * +from pytagomacs.killring import * +from pytagomacs.editring import * +from pytagomacs.common import * +from pytagomacs.line import * 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(): diff --git a/src/pytagomacs b/src/pytagomacs new file mode 120000 index 0000000..945c9b4 --- /dev/null +++ b/src/pytagomacs @@ -0,0 +1 @@ +.
\ No newline at end of file |
