summaryrefslogtreecommitdiff
path: root/silx/__main__.py
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-07-31 16:22:25 +0200
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-07-31 16:22:25 +0200
commit159ef14fb9e198bb0066ea14e6b980f065de63dd (patch)
treebc37c7d4ba09ee59deb708897fa0571709aec293 /silx/__main__.py
parent270d5ddc31c26b62379e3caa9044dd75ccc71847 (diff)
New upstream version 0.8.0+dfsg
Diffstat (limited to 'silx/__main__.py')
-rw-r--r--silx/__main__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/__main__.py b/silx/__main__.py
index 8323b03..a971390 100644
--- a/silx/__main__.py
+++ b/silx/__main__.py
@@ -32,7 +32,7 @@ Your environment should provide a command `silx`. You can reach help with
__authors__ = ["V. Valls", "P. Knobel"]
__license__ = "MIT"
-__date__ = "29/06/2017"
+__date__ = "07/06/2018"
import logging
@@ -54,7 +54,7 @@ def main():
"""
launcher = Launcher(prog="silx", version=silx._version.version)
launcher.add_command("view",
- module_name="silx.app.view",
+ module_name="silx.app.view.main",
description="Browse a data file with a GUI")
launcher.add_command("convert",
module_name="silx.app.convert",