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

Commit a3118bd

Browse files
authored
Merge pull request #444 from PistachioPony/patch-1
import configparser
2 parents 54eb26a + cd50226 commit a3118bd

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
@@ -4,7 +4,7 @@
44

55
__author__ = 'dewitt@google.com'
66

7-
import ConfigParser
7+
import configparser
88
import getopt
99
import os
1010
import sys

0 commit comments

Comments
 (0)