diff options
| author | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-05 00:56:34 -0500 |
|---|---|---|
| committer | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-05 00:56:34 -0500 |
| commit | 1dd83c963c26d34ebe37bf74f36e8b9eaaf3ddfe (patch) | |
| tree | 93f2e42de8c5ab60596b2141ccd1aaa44396bcc0 /modules/revisioncontrol.py | |
| parent | 6de41224c5133ced1124521ea0b212d1f6f2c2c4 (diff) | |
| download | fedora-devshell-1dd83c963c26d34ebe37bf74f36e8b9eaaf3ddfe.tar.gz fedora-devshell-1dd83c963c26d34ebe37bf74f36e8b9eaaf3ddfe.tar.xz fedora-devshell-1dd83c963c26d34ebe37bf74f36e8b9eaaf3ddfe.zip | |
Add __all__ statements to modules.
Diffstat (limited to 'modules/revisioncontrol.py')
| -rw-r--r-- | modules/revisioncontrol.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/revisioncontrol.py b/modules/revisioncontrol.py index ef43424..0e87065 100644 --- a/modules/revisioncontrol.py +++ b/modules/revisioncontrol.py @@ -21,3 +21,5 @@ from modules.package import Package class RevisionControl(Package): pass + +__all__ = ['RevisionControl'] |
