Cleaned up python

This commit is contained in:
jrconlin
2011-11-28 15:04:43 -08:00
parent 8149dfced4
commit 02c375640c
3 changed files with 325 additions and 303 deletions
+9 -8
View File
@@ -1,8 +1,9 @@
#! /usr/bin/env python
class OAuthSimpleException(Exception):
def __init__(self,value):
self.msg = value
def __str__(self):
return repr(self.msg)
#! /usr/bin/env python
class OAuthSimpleException(Exception):
def __init__(self, value):
self.msg = value
def __str__(self):
return repr(self.msg)