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