mirror of
https://github.com/jrconlin/oauthsimple.git
synced 2026-09-14 10:33:00 +00:00
Cleaned up python
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user