SA-cim_vladiator
SA-cim_vladiator copied to clipboard
Upgrade Readiness App fail
The Upgrade Readiness App reports "[t]his app is [in]compatible with Python 3."
Issue: File path designates Python 2 library. Incompatible File Paths File Location
- .../bin/mvmath.py
App:SA-cim_vladiator File Path:.../bin/mvmath.py Issue No. Issues 1. @@ -14,8 +14,9 @@
# Mini 'six'-like compat layer
import sys
+import six
if sys.version_info[0] == 2:
- string_types = (basestring,)
+ string_types = (six.string_types,)
else:
string_types = (str,)
version 1.8.0 seems to fix this issue. I am getting an warning for jQuery check now. You?