summaryrefslogtreecommitdiff
path: root/examples/imageview.py
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-12-23 13:45:09 +0100
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-12-23 13:45:09 +0100
commit7ee2fd39b83af94e061ade2a2dac2a6918ac0a07 (patch)
tree720c4f64d9d7b6260f1979f0f4ff188a0b379f1f /examples/imageview.py
parent6f3cf570afab1005f81793c83b7ba5766c7c5bab (diff)
parent5d647cf9a6159afd2933da594b9c79ad93d3cd9b (diff)
Update upstream source from tag 'upstream/0.12.0_b0+dfsg'
Update to upstream version '0.12.0~b0+dfsg' with Debian dir 92f448758e24d5e4b53a9474665fea15b0286295
Diffstat (limited to 'examples/imageview.py')
-rwxr-xr-xexamples/imageview.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/imageview.py b/examples/imageview.py
index 71bde70..5c7eddb 100755
--- a/examples/imageview.py
+++ b/examples/imageview.py
@@ -2,7 +2,7 @@
# coding: utf-8
# /*##########################################################################
#
-# Copyright (c) 2016-2018 European Synchrotron Radiation Facility
+# Copyright (c) 2016-2019 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -32,11 +32,6 @@ To view an image file with the current installed silx library:
``python examples/imageview.py <file to open>``
To get help:
``python examples/imageview.py -h``
-
-For developers with a git clone you can use it with the bootstrap
-To view an image file with the current installed silx library:
-
-``./bootstrap.py python examples/imageview.py <file to open>``
"""
from __future__ import division