changeset fa60ed55283f in tryton:default
details: https://hg.tryton.org/tryton?cmd=changeset;node=fa60ed55283f
description:
        Fix wrong indentation in setup
diffstat:

 setup.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f20c2e42084a -r fa60ed55283f setup.py
--- a/setup.py  Mon May 13 22:39:27 2019 +0200
+++ b/setup.py  Thu May 23 10:10:47 2019 +0200
@@ -44,7 +44,7 @@
         }
 
 except ImportError:
-        pass
+    pass
 
 package_data = {
     'tryton': ['data/pixmaps/tryton/*.png',

Reply via email to