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: getnikola/nikola
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d02aa8eaeb34
Choose a base ref
...
head repository: getnikola/nikola
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2f1199a0622f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 1, 2017

  1. Ignore vscode too

    Roberto Alsina committed Jun 1, 2017
    Copy the full SHA
    0a7220e View commit details
  2. lint

    Roberto Alsina committed Jun 1, 2017
    Copy the full SHA
    2f1199a View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −0 .gitignore
  2. +0 −1 nikola/__main__.py
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ output/

# All of .idea should be ignored
.idea/
.vscode/

# Created by https://www.gitignore.io/api/pydev,python,pycharm,vim

1 change: 0 additions & 1 deletion nikola/__main__.py
Original file line number Diff line number Diff line change
@@ -59,7 +59,6 @@
pass # This is only so raw_input/input does nicer things if it's available



if sys.version_info[0] == 3:
import importlib.machinery
else: