aboutsummaryrefslogtreecommitdiff
path: root/pyfakefs/tests/fixtures/module_with_attributes.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyfakefs/tests/fixtures/module_with_attributes.py')
-rw-r--r--pyfakefs/tests/fixtures/module_with_attributes.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/pyfakefs/tests/fixtures/module_with_attributes.py b/pyfakefs/tests/fixtures/module_with_attributes.py
index 02c5694..134cf14 100644
--- a/pyfakefs/tests/fixtures/module_with_attributes.py
+++ b/pyfakefs/tests/fixtures/module_with_attributes.py
@@ -23,8 +23,8 @@ attribute should be added here and in the test
:py:class:`fake_filesystem_unittest_test.TestAttributesWithFakeModuleNames`.
"""
-os = 'os attribute value'
-path = 'path attribute value'
-pathlib = 'pathlib attribute value'
-shutil = 'shutil attribute value'
-io = 'io attribute value'
+os = "os attribute value"
+path = "path attribute value"
+pathlib = "pathlib attribute value"
+shutil = "shutil attribute value"
+io = "io attribute value"