projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
848f309
)
Removed useless method
author
Paul Weaver
<pweaver@mit.edu>
Thu, 29 Oct 2009 03:01:43 +0000
(23:01 -0400)
committer
Paul Weaver
<pweaver@mit.edu>
Thu, 29 Oct 2009 03:01:43 +0000
(23:01 -0400)
svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2698
code/validation.py
patch
|
blob
|
history
diff --git
a/code/validation.py
b/code/validation.py
index
875115c
..
9b7a0b0
100644
(file)
--- a/
code/validation.py
+++ b/
code/validation.py
@@
-258,9
+258,6
@@
def testContact(user, contact, machine=None):
raise InvalidInput('contact', contact, "Not a valid email.")
return contact
-def testDisk(user, disksize, machine=None):
- return disksize
-
def testName(user, name, machine=None):
if name is None:
return None