summaryrefslogtreecommitdiff
path: root/test/unit/test_locale
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-31 06:24:12 +0000
committerGerrit Code Review <review@openstack.org>2015-07-31 06:24:12 +0000
commit0d870e5c011c8e7780d32b9552565a354bd6fe0a (patch)
tree6052bef46c030505b1ae5456cc2540c391291f87 /test/unit/test_locale
parentd1b7a016b6b7605c78f548bcc9aec28409bc873e (diff)
parenta0db56dcde83096708e6fe64ae9338098e0ba98a (diff)
downloadswift-0d870e5c011c8e7780d32b9552565a354bd6fe0a.tar.gz
Merge "Fix pep8 E265 warning of hacking 0.10"
Diffstat (limited to 'test/unit/test_locale')
-rw-r--r--test/unit/test_locale/test_locale.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_locale/test_locale.py b/test/unit/test_locale/test_locale.py
index 7706f7987..377f9b9ec 100644
--- a/test/unit/test_locale/test_locale.py
+++ b/test/unit/test_locale/test_locale.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-#-*- coding:utf-8 -*-
+# coding: utf-8
# Copyright (c) 2013 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");