[X2Go-Commits] [x2gobroker] 04/05: misc: add missing coding modelines.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 2 20:46:24 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 63e603e99955e71fe4b0d3508599c21f46ec14a6
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Feb 2 08:44:11 2019 +0100

    misc: add missing coding modelines.
---
 bin/x2gobroker-testauth              | 1 +
 debian/changelog                     | 1 +
 sbin/x2gobroker-testagent            | 1 +
 x2gobroker/basicauth.py              | 2 ++
 x2gobroker/tests/test_broker_base.py | 1 +
 x2gobroker/tests/test_uccsjson.py    | 1 +
 x2gobroker/web/extras.py             | 2 ++
 x2gobroker/web/json.py               | 2 ++
 x2gobroker/web/plain.py              | 2 ++
 x2gobroker/web/uccs.py               | 2 ++
 10 files changed, 15 insertions(+)

diff --git a/bin/x2gobroker-testauth b/bin/x2gobroker-testauth
index 198a586..5f52b9d 100755
--- a/bin/x2gobroker-testauth
+++ b/bin/x2gobroker-testauth
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+# -*- coding: utf-8 -*-
 
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
diff --git a/debian/changelog b/debian/changelog
index 36fd256..07db9a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -148,6 +148,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium
     - misc: copyright update.
     - misc: switch to HTTPS-based URLs where appropriate.
     - man/*: update date and version stamps pre-release.
+    - misc: add missing coding modelines.
   * x2gobroker.spec:
     - Add %debug_package macro when debugging is to be enabled, hoping that it
       will actually generate proper debuginfo (and -source) sub packages
diff --git a/sbin/x2gobroker-testagent b/sbin/x2gobroker-testagent
index 7297436..a436e94 100755
--- a/sbin/x2gobroker-testagent
+++ b/sbin/x2gobroker-testagent
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+# -*- coding: utf-8 -*-
 
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
diff --git a/x2gobroker/basicauth.py b/x2gobroker/basicauth.py
index c8a390d..e8272e4 100644
--- a/x2gobroker/basicauth.py
+++ b/x2gobroker/basicauth.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
diff --git a/x2gobroker/tests/test_broker_base.py b/x2gobroker/tests/test_broker_base.py
index 2038495..ed2f136 100644
--- a/x2gobroker/tests/test_broker_base.py
+++ b/x2gobroker/tests/test_broker_base.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
diff --git a/x2gobroker/tests/test_uccsjson.py b/x2gobroker/tests/test_uccsjson.py
index e69de29..40a96af 100644
--- a/x2gobroker/tests/test_uccsjson.py
+++ b/x2gobroker/tests/test_uccsjson.py
@@ -0,0 +1 @@
+# -*- coding: utf-8 -*-
diff --git a/x2gobroker/web/extras.py b/x2gobroker/web/extras.py
index 526ce2f..7ead981 100644
--- a/x2gobroker/web/extras.py
+++ b/x2gobroker/web/extras.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
diff --git a/x2gobroker/web/json.py b/x2gobroker/web/json.py
index 0edb99c..cf138a2 100644
--- a/x2gobroker/web/json.py
+++ b/x2gobroker/web/json.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
diff --git a/x2gobroker/web/plain.py b/x2gobroker/web/plain.py
index 2757653..5eca650 100644
--- a/x2gobroker/web/plain.py
+++ b/x2gobroker/web/plain.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
diff --git a/x2gobroker/web/uccs.py b/x2gobroker/web/uccs.py
index 7a89fd7..cbaaf0f 100644
--- a/x2gobroker/web/uccs.py
+++ b/x2gobroker/web/uccs.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list