Skip to content

Commit

Permalink
Add clarifying comment in StringIO import.
Browse files Browse the repository at this point in the history
  • Loading branch information
SethMMorton committed Aug 30, 2018
1 parent 51b3004 commit 85a3c9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bumpversion/__init__.py
Expand Up @@ -10,8 +10,10 @@
from ConfigParser import RawConfigParser, SafeConfigParser as ConfigParser, NoOptionError

try:
# Python 2
from StringIO import StringIO
except:
# Python 3
from io import StringIO

import argparse
Expand Down

0 comments on commit 85a3c9f

Please sign in to comment.