move replstartup to the api

This commit is contained in:
Dave Halter
2014-01-14 00:08:25 +01:00
parent a44ce6b7df
commit 8bf8985247
2 changed files with 1 additions and 1 deletions

View File

@@ -5,4 +5,4 @@ from os.path import join, dirname, abspath
if len(argv) == 2 and argv[1] == 'repl':
# don't want to use __main__ only for repl yet, maybe we want to use it for
# something else. So just use the keyword ``repl`` for now.
print(join(dirname(abspath(__file__)), 'replstartup.py'))
print(join(dirname(abspath(__file__)), 'api', 'replstartup.py'))