/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2006-10-31 14:11:16 UTC
  • mto: (66.2.3 bzr-gtk)
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: jelmer@samba.org-20061031141116-610a644b97034664
Use epydoc style (for consistency with Bazaar).

Show diffs side-by-side

added added

removed removed

Lines of Context:
500
500
    def _add_updir_to_dirlist(self, dirlist, curdir):
501
501
        """Add .. to the top of directories list if we not in root directory
502
502
 
503
 
        @param  dirlist:    list of directories (modified in place)
504
 
        @param  curdir:     current directory
505
 
        @return:            nothing
 
503
        :param dirlist:     list of directories (modified in place)
 
504
        :param curdir:      current directory
 
505
        :return:            nothing
506
506
        """
507
507
        if curdir is None:
508
508
            curdir = self.path