integrations: Remove usage of six.
This commit is contained in:
parent
1412403037
commit
46c78ce7b5
10 changed files with 16 additions and 25 deletions
|
@ -6,7 +6,7 @@
|
|||
import os
|
||||
import sys
|
||||
import argparse
|
||||
from six.moves.configparser import ConfigParser, NoSectionError, NoOptionError
|
||||
from configparser import ConfigParser, NoSectionError, NoOptionError
|
||||
|
||||
import zulip
|
||||
VERSION = "0.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue