Created
September 10, 2011 01:45
-
-
Save fish2000/1207812 to your computer and use it in GitHub Desktop.
I had to delete this but I will miss the melodramatic comments
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If everything were perfectly predictable, we'd be able | |
# to replace these next two ifs with one that considers | |
# whether addendum.__package__ == addendumstring ... but no. | |
# C'est la guerre. | |
if hasattr(addendum, '__package__'): | |
if addendum.__package__ not in (None, ''): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment