Guillaume Ayoub %!s(int64=12) %!d(string=hai) anos
pai
achega
07f7e46b3e
Modificáronse 2 ficheiros con 2 adicións e 3 borrados
  1. 1 2
      radicale/config.py
  2. 1 1
      tests/helpers.py

+ 1 - 2
radicale/config.py

@@ -71,8 +71,7 @@ INITIAL_CONFIG = {
         "http_user_parameter": "",
         "http_password_parameter": ""},
     "git": {
-        "committer": "Firstname Lastname <Radicale@Radicale.org>",
-    },
+        "committer": "Radicale <radicale@example.com>"},
     "rights": {
         "type": "None",
         "file": "~/.config/radicale/rights"},

+ 1 - 1
tests/helpers.py

@@ -35,4 +35,4 @@ def get_file_content(file_name):
         with open(os.path.join(EXAMPLES_FOLDER, file_name)) as fd:
             return fd.read()
     except IOError:
-        print(u"Couldn't open the file %s" % file_name)
+        print("Couldn't open the file %s" % file_name)