summaryrefslogtreecommitdiff
path: root/package/windows/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'package/windows/bootstrap.py')
-rw-r--r--package/windows/bootstrap.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/windows/bootstrap.py b/package/windows/bootstrap.py
index 3c6e887..f7a0155 100644
--- a/package/windows/bootstrap.py
+++ b/package/windows/bootstrap.py
@@ -1,5 +1,3 @@
-# coding: utf-8
-
import logging
logging.basicConfig()
@@ -13,4 +11,3 @@ from silx.__main__ import main
if __name__ == "__main__":
main()
-