summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2017-03-21 21:07:44 +0100
committerGitHub <noreply@github.com>2017-03-21 21:07:44 +0100
commit79ec0cd4d9492c8a52b07487d9f4684be0fd8495 (patch)
tree9072cdc3ca58974442a3a50c87aa4b8bbf18372d
parent80fd45128f0670897342c849100d84321aaa1ec4 (diff)
parent28eb75beab603dbfe6cd56584914a4cb22802e17 (diff)
downloadbcfg2-79ec0cd4d9492c8a52b07487d9f4684be0fd8495.tar.gz
bcfg2-79ec0cd4d9492c8a52b07487d9f4684be0fd8495.tar.bz2
bcfg2-79ec0cd4d9492c8a52b07487d9f4684be0fd8495.zip
Merge pull request #384 from AlexanderS/fix/encoding-comment
Server/Info: Fix encoding declaration
-rw-r--r--src/lib/Bcfg2/Server/Info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Info.py b/src/lib/Bcfg2/Server/Info.py
index bf23dc4cb..044dcdf0c 100644
--- a/src/lib/Bcfg2/Server/Info.py
+++ b/src/lib/Bcfg2/Server/Info.py
@@ -1,5 +1,5 @@
-""" Subcommands and helpers for bcfg2-info """
# -*- coding: utf-8 -*-
+""" Subcommands and helpers for bcfg2-info """
import os
import sys