don't implicitly return.

I got the power.
This commit is contained in:
Barış Metin
2005-07-02 01:23:55 +00:00
parent 761edda04b
commit 0ec9f942e1
+1
View File
@@ -24,6 +24,7 @@ class PUrl(object):
def getUri(self):
if self.__uri:
return self.__uri
return None
def setUri(self, uri):
# (scheme, location, path, params, query, fragment)