diff options
| author | Georg Brandl <georg@python.org> | 2014-09-21 20:23:24 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-09-21 20:23:24 +0200 |
| commit | debe91efa0ec5c76fcc5fd46dd59dcd433a497c4 (patch) | |
| tree | f6d407e15d560a5f8d2f0071c7850cfe94680f11 /tests/roots/test-ext-viewcode | |
| parent | d3c016dd7206e6579041aaffb38a9da686987b19 (diff) | |
| download | sphinx-debe91efa0ec5c76fcc5fd46dd59dcd433a497c4.tar.gz | |
Fixup windows newlines.
Diffstat (limited to 'tests/roots/test-ext-viewcode')
| -rw-r--r-- | tests/roots/test-ext-viewcode/spam/__init__.py | 14 | ||||
| -rw-r--r-- | tests/roots/test-ext-viewcode/spam/mod1.py | 30 | ||||
| -rw-r--r-- | tests/roots/test-ext-viewcode/spam/mod2.py | 30 |
3 files changed, 37 insertions, 37 deletions
diff --git a/tests/roots/test-ext-viewcode/spam/__init__.py b/tests/roots/test-ext-viewcode/spam/__init__.py index 980e9b8a..2c8603c1 100644 --- a/tests/roots/test-ext-viewcode/spam/__init__.py +++ b/tests/roots/test-ext-viewcode/spam/__init__.py @@ -1,7 +1,7 @@ -from __future__ import absolute_import
-
-from .mod1 import func1, Class1
-from .mod2 import (
- func2,
- Class2,
-)
+from __future__ import absolute_import + +from .mod1 import func1, Class1 +from .mod2 import ( + func2, + Class2, +) diff --git a/tests/roots/test-ext-viewcode/spam/mod1.py b/tests/roots/test-ext-viewcode/spam/mod1.py index e5eb0d47..7133fc82 100644 --- a/tests/roots/test-ext-viewcode/spam/mod1.py +++ b/tests/roots/test-ext-viewcode/spam/mod1.py @@ -1,15 +1,15 @@ -"""
-mod1
-"""
-
-def func1(a, b):
- """
- this is func1
- """
- return a, b
-
-
-class Class1(object):
- """
- this is Class1
- """
+""" +mod1 +""" + +def func1(a, b): + """ + this is func1 + """ + return a, b + + +class Class1(object): + """ + this is Class1 + """ diff --git a/tests/roots/test-ext-viewcode/spam/mod2.py b/tests/roots/test-ext-viewcode/spam/mod2.py index 1841db1e..79834b66 100644 --- a/tests/roots/test-ext-viewcode/spam/mod2.py +++ b/tests/roots/test-ext-viewcode/spam/mod2.py @@ -1,15 +1,15 @@ -"""
-mod2
-"""
-
-def func2(a, b):
- """
- this is func2
- """
- return a, b
-
-
-class Class2(object):
- """
- this is Class2
- """
+""" +mod2 +""" + +def func2(a, b): + """ + this is func2 + """ + return a, b + + +class Class2(object): + """ + this is Class2 + """ |
