Commit 979c5375 authored by Just van Rossum's avatar Just van Rossum

fixed wrong classic MacOS pathname assumption

parent b2622a45
......@@ -26,7 +26,7 @@ def runningOnOSX():
class PythonIDE(Wapplication.Application):
def __init__(self):
self.preffilepath = ":Python:PythonIDE preferences"
self.preffilepath = os.path.join("Python", "PythonIDE preferences")
Wapplication.Application.__init__(self, 'Pide')
from Carbon import AE
from Carbon import AppleEvents
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment