Remove __unicode__() from RallyCliError
This is no longer needed in Python 3. Change-Id: I2e2d6b6f43b958193557aa6bb8d5e3fe06ef73c7
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