-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add __main__ module to Python's egg #1418
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# Requires Python 2.6+ and Openssl 1.0+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't the agent step up to requiring Python 2.7?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about that... same comment in all source files (main.py was an existing file) and Travis tests 2.6 (and 2.7).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran into some issues with Python 2.6 and disabled it in my CI update PR. At this point 2.6 probably isn't worth maintaining anyway. Note every python file has a comment about 2.6 in it, which should be removed.
@vrdmr - Thanks for the review... I will hold on until I can test the change with DCR. Do not merge yet. |
DCR completed successfully. I{ll go ahead and merge. |
The main module (removed in a85e6cd) needs to be added to the Python's egg.
Issue #
PR information
Quality of Code and Contribution Guidelines