Skip to content

Commit 8629a3d

Browse files
authored
Update license.py
1 parent 0d78a8f commit 8629a3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hpecp/cli/license.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
from hpecp.cli import base
2929

30+
if sys.version_info[0] >= 3:
31+
unicode = str
3032

3133
class LicenseProxy(object):
3234
"""Proxy object to :py:attr:`<hpecp.client.license>`."""

0 commit comments

Comments
 (0)