Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit fcf3501

Browse files
committed
Merging clockfort#57
1 parent cd394bd commit fcf3501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_backup/github_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from datetime import datetime, timezone
2121
import time
2222
try: #PY3
23-
from configparser import SafeConfigParser as ConfigParser
23+
from configparser import ConfigParser
2424
except ImportError:
2525
from ConfigParser import SafeConfigParser as ConfigParser
2626
from argparse import ArgumentParser

0 commit comments

Comments
 (0)