summarylogtreecommitdiffstats
path: root/morinus.patch
blob: 1c067bde1fbc6204e338d956c427134e83486460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- morinus.py	2012-03-29 15:19:20.000000000 +0200
+++ morinus.2.py	2013-01-05 00:34:05.633000298 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 
 #Morinus, Astrology program
@@ -21,15 +21,15 @@
 import os
 import sys
 import wx
-import options
-import mtexts
-import morin
+import morinustrad.options as options
+import morinustrad.mtexts as mtexts
+import morinustrad.morin as morin
 
 
 class Morinus(wx.App):
 	def OnInit(self):
 		try:
-			progPath = os.path.dirname(sys.argv[0])
+			progPath = "/usr/lib/python2.7/site-packages/morinustrad"
 			os.chdir(progPath)
 		except:
 			pass