Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixops-aws
base: f50a632c319b
Choose a base ref
...
head repository: NixOS/nixops-aws
compare: 9e8bfa1311e4
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 22, 2020

  1. py3 prep: relative imports and exception syntax

    This runs two more fixes that are safe to merge in python2 for continued
    progress towards #29:
    
    1. Converting `except T, R` to `except T as R`. Both work in python2, but only
       the latter works in python3.
       https://docs.python.org/3.0/whatsnew/3.0.html#changed-syntax
    
    2. Converting module imports to relative imports.
    bhipple committed Mar 22, 2020
    Copy the full SHA
    42698bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from bhipple/py3prep/imports

    py3 prep: relative imports and exception syntax
    grahamc committed Mar 22, 2020
    Copy the full SHA
    9e8bfa1 View commit details
    Browse the repository at this point in the history