SF.net SVN: fclient: [430] trunk/sandbox/fcp2/key.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-06-30 08:54:24
|
Revision: 430
http://fclient.svn.sourceforge.net/fclient/?rev=430&view=rev
Author: jUrner
Date: 2008-06-30 01:54:21 -0700 (Mon, 30 Jun 2008)
Log Message:
-----------
whitespace and typos
Modified Paths:
--------------
trunk/sandbox/fcp2/key.py
Modified: trunk/sandbox/fcp2/key.py
===================================================================
--- trunk/sandbox/fcp2/key.py 2008-06-29 16:21:17 UTC (rev 429)
+++ trunk/sandbox/fcp2/key.py 2008-06-30 08:54:21 UTC (rev 430)
@@ -16,7 +16,6 @@
from fcp2 import consts
-
del hack
#<-- rel import hack
#**************************************************************************************
@@ -90,6 +89,7 @@
#**************************************************************************************
#
#**************************************************************************************
+#TODO: too bad, can not move this to types.py ...cross import
class FcpTypeKey(object):
"""key type for type conversions
@@ -146,7 +146,6 @@
return key.toString()
-
def key(string):
"""creates a key object from a string
@return: L{KeyBase}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|