6
6
# pylint: disable-msg=W0403
7
7
"""Simple tool to upload arbitrary files into Librarian."""
14
13
from zope.component import getUtility
17
15
from canonical.launchpad.helpers import filenameToContentType
18
17
from lp.services.scripts.base import (
22
23
class LibrarianUploader(LaunchpadScript):