Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 253016
Collapse All | Expand All

(-)layman/layman/overlays/overlay.py (-1 / +1 lines)
Lines 223-229 Link Here
223
        >>> overlays = document.getElementsByTagName('overlay')
223
        >>> overlays = document.getElementsByTagName('overlay')
224
        >>> a = Overlay(overlays[0])
224
        >>> a = Overlay(overlays[0])
225
        >>> print a.short_list() #doctest: +ELLIPSIS
225
        >>> print a.short_list() #doctest: +ELLIPSIS
226
        wrobel                    [None      ] (https://overlays.gentoo.or...)
226
        wrobel                    [None      ] (https://o.g.o/svn/dev/wrobel         )
227
        '''
227
        '''
228
228
229
        def pad(string, length):
229
        def pad(string, length):
(-)layman/layman/action.py (-1 / +1 lines)
Lines 340-346 Link Here
340
    >>> a.rdb.cache()
340
    >>> a.rdb.cache()
341
    >>> OUT.color_off()
341
    >>> OUT.color_off()
342
    >>> a.run()  #doctest: +ELLIPSIS
342
    >>> a.run()  #doctest: +ELLIPSIS
343
    * wrobel                    [Subversion] (https://overlays.gentoo.or...)
343
    * wrobel                    [Subversion] (https://o.g.o/svn/dev/wrobel         )
344
    0
344
    0
345
    >>> a.config['verbose'] = True
345
    >>> a.config['verbose'] = True
346
    >>> a.run()
346
    >>> a.run()
(-)layman/layman/overlay.py (-2 / +2 lines)
Lines 210-217 Link Here
210
210
211
        >>> for i in a.list(False):
211
        >>> for i in a.list(False):
212
        ...     print i[0]  #doctest: +ELLIPSIS
212
        ...     print i[0]  #doctest: +ELLIPSIS
213
        wrobel                    [Subversion] (https://overlays.gentoo.or...)
213
        wrobel                    [Subversion] (https://o.g.o/svn/dev/wrobel         )
214
        wrobel-stable             [Rsync     ] (rsync://gunnarwrobel.de/wr...)
214
        wrobel-stable             [Rsync     ] (rsync://gunnarwrobel.de/wrobel-stable)
215
        '''
215
        '''
216
        result = []
216
        result = []
217
217

Return to bug 253016