Skip to content
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

Merged
merged 4 commits into from
Dec 14, 2018
Merged

Add __main__ module to Python's egg #1418

merged 4 commits into from
Dec 14, 2018

Conversation

narrieta
Copy link
Member

The main module (removed in a85e6cd) needs to be added to the Python's egg.

Issue #


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • Except for special cases involving multiple contributors, the PR is started from a fork of the main repository, not a branch.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made and Travis.CI is passing.

Quality of Code and Contribution Guidelines

Copy link
Member

@vrdmr vrdmr left a 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+
Copy link
Member

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?

Copy link
Member Author

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).

Copy link
Contributor

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.

@narrieta
Copy link
Member Author

@vrdmr - Thanks for the review... I will hold on until I can test the change with DCR. Do not merge yet.

@narrieta
Copy link
Member Author

DCR completed successfully. I{ll go ahead and merge.

@narrieta narrieta merged commit 6161387 into Azure:master Dec 14, 2018
@vrdmr vrdmr added this to the v2.2.35 milestone Dec 22, 2018
@narrieta narrieta deleted the main branch December 31, 2018 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants