aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2010-10-22 19:19:54 +0200
committerThibaut Horel <thibaut.horel@gmail.com>2010-10-22 19:19:54 +0200
commit2289e59545ff2ec27f1047d5987cf4013b2e1f27 (patch)
tree39d2e1a07f40f9fd16efff2a0b45ec7e08679fa2
parent74e53646457d9f6855e2f422588b34e89d350bdc (diff)
downloadalias-2289e59545ff2ec27f1047d5987cf4013b2e1f27.tar.gz
Comment
-rw-r--r--object.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/object.py b/object.py
index 0bf71c7..16b16bd 100644
--- a/object.py
+++ b/object.py
@@ -46,6 +46,7 @@ class Object :
##
# Create an object from a file object
+ # @param name The name of the object to load
@staticmethod
def load( name ) :
result = Object()