Package: xword / 2.0.0~rc2-1

change-module-path Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Change module path.

Author: John Sullivan <johns@debian.org>

--- xword-2.0.0~rc2.orig/scripts/xword
+++ xword-2.0.0~rc2/scripts/xword
@@ -1,8 +1,8 @@
 #!/usr/bin/env python
 
-from xword.main import MainWindow
-from xword.organizer import OrganizerWindow
- 
+from main import MainWindow
+from organizer import OrganizerWindow
+
 import sys
 import gtk