You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/pslab-python/files/pslab-python-1.0.1-sys_vers...

12 lines
296 B

--- a/PSL/SENSORS/AD9833.py
+++ b/PSL/SENSORS/AD9833.py
@@ -3,7 +3,7 @@
class AD9833:
- if sys.version.major == 3:
+ if sys.version_info.major == 3:
DDS_MAX_FREQ = 0xFFFFFFF - 1 # 24 bit resolution
else:
DDS_MAX_FREQ = eval("0xFFFFFFFL-1") # 24 bit resolution