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/darcs.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/darcs.py')
| -rw-r--r-- | modules/darcs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/darcs.py b/modules/darcs.py index 2a967b3..f15ef6b 100644 --- a/modules/darcs.py +++ b/modules/darcs.py @@ -115,3 +115,5 @@ class Darcs(RevisionControl): def tag(self, tag): with self.src('--tag', tag): yield + +__all__ = ['Darcs'] |
