Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4983b90

Browse files
committed
Remove coding comments
Everything is unicode in Python 3. Signed-off-by: Stephen Finucane <[email protected]> Change-Id: I6a076dc67c461f265ed99878e3959e1992a88189
1 parent 3d10744 commit 4983b90

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

doc/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# Swiftclient documentation build configuration file, created by
42
# sphinx-quickstart on Tue Apr 17 02:17:37 2012.
53
#

releasenotes/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# Licensed under the Apache License, Version 2.0 (the "License");
32
# you may not use this file except in compliance with the License.
43
# You may obtain a copy of the License at

swiftclient/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# Copyright (c) 2012 Rackspace
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

test/unit/test_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# Copyright (c) 2014 OpenStack Foundation
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)