Skip to content

Commit

Permalink
Removed unused imports.
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : db61a6a2cd596b511bb2ad2964e27c614a616ca6
extra : histedit_source : 450220fe69f0afdab466758df15c84f5c3b56b3f
  • Loading branch information
Nikratio committed Aug 16, 2014
1 parent a60957b commit 8553209
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# This file does not contain any S3QL documentation itself.
#

import sys, os

# Add a custom role for command line options that does not try to
# reference anything.
def add_literal_role(rolename):
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from distutils.version import LooseVersion
import os
import subprocess
import logging.handlers
import warnings
import shutil
from glob import glob
Expand Down
2 changes: 1 addition & 1 deletion src/s3ql/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This program can be distributed under the terms of the GNU GPLv3.
'''

from .logging import logging, QuietError, LOG_ONCE # Ensure use of custom logger class
from .logging import logging, QuietError # Ensure use of custom logger class
from . import BUFSIZE, CTRL_NAME, ROOT_INODE
from .backends import prefix_map
from .backends.common import (ChecksumError, NoSuchObject, AuthenticationError,
Expand Down

0 comments on commit 8553209

Please sign in to comment.