You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just noticed that the EUPS source files are full of this construct:
# @staticmethod # requires python 2.4defcanHandle(source):
returnFalse;
canHandle=staticmethod(canHandle) # should work as of python 2.2
Now that we only support 2.6 and newer it would seem that a clean up pass would be very useful to remove all the old cruft. This would make the code more readable.
The text was updated successfully, but these errors were encountered:
I've just noticed that the EUPS source files are full of this construct:
Now that we only support 2.6 and newer it would seem that a clean up pass would be very useful to remove all the old cruft. This would make the code more readable.
The text was updated successfully, but these errors were encountered: