Fix freezer for py3 compatibility
Change-Id: I03160bf2dba1b67b1daf7c60f4f0182acc2a4d90
This commit is contained in:
parent
341a67d3d4
commit
d9212240de
@ -18,7 +18,7 @@ limitations under the License.
|
||||
import json
|
||||
import requests
|
||||
|
||||
import exceptions
|
||||
from freezer.apiclient import exceptions
|
||||
|
||||
|
||||
class ActionManager(object):
|
||||
|
2
jobs.py
2
jobs.py
@ -17,7 +17,7 @@ limitations under the License.
|
||||
import json
|
||||
import requests
|
||||
|
||||
import exceptions
|
||||
from freezer.apiclient import exceptions
|
||||
|
||||
|
||||
class JobManager(object):
|
||||
|
@ -17,7 +17,7 @@ limitations under the License.
|
||||
import json
|
||||
import requests
|
||||
|
||||
import exceptions
|
||||
from freezer.apiclient import exceptions
|
||||
|
||||
|
||||
class RegistrationManager(object):
|
||||
|
Loading…
Reference in New Issue
Block a user