summaryrefslogtreecommitdiff
path: root/python/testData/refactoring/extractsuperclass/moveExtends/shared_module.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/refactoring/extractsuperclass/moveExtends/shared_module.py')
-rw-r--r--python/testData/refactoring/extractsuperclass/moveExtends/shared_module.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/testData/refactoring/extractsuperclass/moveExtends/shared_module.py b/python/testData/refactoring/extractsuperclass/moveExtends/shared_module.py
new file mode 100644
index 000000000000..fd3d3fc7bf88
--- /dev/null
+++ b/python/testData/refactoring/extractsuperclass/moveExtends/shared_module.py
@@ -0,0 +1,2 @@
+class TheParentOfItAll(object):
+ pass \ No newline at end of file