Add missing import.

This commit is contained in:
Ralph Bean 2017-10-23 18:52:30 +00:00
parent 17f2da0e7a
commit efa8bff4bd

View file

@ -52,6 +52,7 @@ import dogpile.cache
import requests
import yaml
from six import string_types
import fedora.client
from fedora.client.fas2 import AccountSystem
from requests.adapters import HTTPAdapter