diff options
author | Gunnar Wrobel <p@rdus.de> | 2008-12-28 22:39:52 +0000 |
---|---|---|
committer | Gunnar Wrobel <p@rdus.de> | 2008-12-28 22:39:52 +0000 |
commit | 4f4943dd906d010d728b6581fd4095c82d8d636f (patch) | |
tree | dd92c8c7ee5dcd22fae006fbe40a4f99e6b78b42 /layman/overlay.py | |
parent | Copyright. (diff) | |
download | layman-1.2.2.tar.gz layman-1.2.2.tar.bz2 layman-1.2.2.zip |
layman-1.2.2.v1.2.2
Diffstat (limited to 'layman/overlay.py')
-rw-r--r-- | layman/overlay.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layman/overlay.py b/layman/overlay.py index 702fe81..ce4fc93 100644 --- a/layman/overlay.py +++ b/layman/overlay.py @@ -209,9 +209,9 @@ class Overlays: <BLANKLINE> >>> for i in a.list(False): - ... print i[0] - wrobel [Subversion] (source: https://overlays.gentoo.or...) - wrobel-stable [Rsync ] (source: rsync://gunnarwrobel.de/wr...) + ... print i[0] #doctest: +ELLIPSIS + wrobel [Subversion] (https://overlays.gentoo.or...) + wrobel-stable [Rsync ] (rsync://gunnarwrobel.de/wr...) ''' result = [] |