Merge "Remove __unicode__() from RallyCliError"
This commit is contained in:
commit
ec1f31a685
@ -39,9 +39,6 @@ class RallyCliError(Exception):
|
||||
def __str__(self):
|
||||
return self.msg
|
||||
|
||||
def __unicode__(self):
|
||||
return self.msg
|
||||
|
||||
|
||||
class JsonTempFile(object):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user