diff options
Diffstat (limited to 'py/demo/Ice/hello/Client.py')
-rw-r--r-- | py/demo/Ice/hello/Client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/demo/Ice/hello/Client.py b/py/demo/Ice/hello/Client.py index bf2ca40dd7d..59403755547 100644 --- a/py/demo/Ice/hello/Client.py +++ b/py/demo/Ice/hello/Client.py @@ -119,4 +119,4 @@ class Client(Ice.Application): return True app = Client() -sys.exit(app.main(sys.argv, "config")) +sys.exit(app.main(sys.argv, "config.client")) |