Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 50c7aa0

Browse files
authored
Merge pull request #1 from jakeshi/jakeshi-patch-1
Update tweet.py
2 parents 02d99cf + a2cd8b9 commit 50c7aa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tweet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def _GetOption(self, option):
9292

9393
def _GetConfig(self):
9494
if not self._config:
95-
self._config = ConfigParser.ConfigParser()
95+
self._config = configparser.ConfigParser()
9696
self._config.read(os.path.expanduser('~/.tweetrc'))
9797
return self._config
9898

0 commit comments

Comments
 (0)