Author: damoxc
Revision: 5538
Log:
Couple more tweaks to the docstrings
Diff:
Modified: trunk/deluge/ui/common.py
===================================================================
--- trunk/deluge/ui/common.py 2009-07-23 00:42:38 UTC (rev 5537)
+++ trunk/deluge/ui/common.py 2009-07-23 00:46:23 UTC (rev 5538)
@@ -33,6 +33,11 @@
#
#
+"""
+The ui common module contains methods and classes that are deemed useful for
+all the interfaces.
+"""
+
import os
import sys
import urlparse
@@ -211,7 +216,8 @@
"""
Convert a list of paths in a file tree.
- :param paths: list, The paths to be converted.
+ :param paths: The paths to be converted.
+ :type paths: list
"""
def __init__(self, paths):
@@ -286,7 +292,8 @@
"""
Grabs the localclient auth line from the 'auth' file and creates a
localhost uri
- :returns: tuple, with the username and password to login as
+ :returns: with the username and password to login as
+ :rtype: tuple
"""
auth_file = deluge.configmanager.get_config_dir("auth")
if os.path.exists(auth_file):
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---