diff options
Diffstat (limited to 'synapse/crypto/config.py')
-rw-r--r-- | synapse/crypto/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/crypto/config.py b/synapse/crypto/config.py index 801dfd8656..2330133e71 100644 --- a/synapse/crypto/config.py +++ b/synapse/crypto/config.py @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + import ConfigParser as configparser import argparse import socket |