Files
openide/python/testData/refactoring/pullup/duplicateImport/SuperClass.py
Dmitry Trofimov 67bcf88cbd Revert "Revert "Merge branch 'master' of git.labs.intellij.net:idea/ultimate""
This reverts commit 3a2ad1f6c248ce02e860be14b796981de7ccfeee.
2011-02-04 17:17:18 +03:00

6 lines
85 B
Python

from sys import argv
class SuperClass(object):
def __init__(self):
pass