basic work to get renaming to work in other modules/folders.

This commit is contained in:
David Halter
2012-09-20 00:25:32 +02:00
parent f9595d7897
commit 076a537801
3 changed files with 44 additions and 4 deletions

View File

@@ -17,8 +17,8 @@ class Module(builtin.CachedModule):
"""
Manages all files, that are parsed and caches them.
:param source: The source code of the file.
:param path: The module path of the file.
:param source: The source code of the file.
"""
def __init__(self, path, source):
super(Module, self).__init__(path=path)