[dots/remove-assistant: 33/38] Move table editor to the bin dir



commit 75e0b07d5e0caccc71507b79edcaf0148c06409e
Author: Fernando Herrera <fherrera onirica com>
Date:   Wed Jul 14 22:17:24 2010 +0200

    Move table editor to the bin dir

 TODO                                        |    2 --
 bin/Makefile.am                             |    2 +-
 dots/table_editor.py => bin/dotstableeditor |    2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/TODO b/TODO
index d8ce741..d22a64a 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,6 @@
 - Put cursor at beginning of textviews when they are exposed.
 - Nice error handling when importing odt documents.
 - Edit the text
-- Custom table selection
-- i18n
 - .desktop file
 - basic packaging
 - About dialog
diff --git a/bin/Makefile.am b/bin/Makefile.am
index f896a53..6425422 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1,4 +1,4 @@
-bin_SCRIPTS = dots dotscmd
+bin_SCRIPTS = dots dotscmd dotstableeditor
 
 CLEANFILES = $(bin_SCRIPTS)
 
diff --git a/dots/table_editor.py b/bin/dotstableeditor
similarity index 99%
rename from dots/table_editor.py
rename to bin/dotstableeditor
index 54820d5..9164deb 100755
--- a/dots/table_editor.py
+++ b/bin/dotstableeditor
@@ -27,7 +27,7 @@
 
 import os
 from sys import argv
-import host_settings
+from dots import host_settings
 import gtk
 import re
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]