Skip to content

Commit

Permalink
Fix doc build warning. Add change log. [docs only]
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Mar 31, 2019
1 parent 4b005ca commit 495d4f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ sudo: false
#
# https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise

#addons:
# apt:
# packages:
# - graphviz
addons:
apt:
packages:
- graphviz

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
==================

- Removed Python 2 support. This version is only compatible with Python 3.5
or later.
or later. [#185]

0.1.3 (2019-03-24)
==================
Expand Down
5 changes: 1 addition & 4 deletions ah_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@
from distutils import log
from distutils.debug import DEBUG

try:
from ConfigParser import ConfigParser, RawConfigParser
except ImportError:
from configparser import ConfigParser, RawConfigParser
from configparser import ConfigParser, RawConfigParser

import pkg_resources

Expand Down

0 comments on commit 495d4f0

Please # to comment.