Skip to content

Commit

Permalink
Fix import error.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomir committed May 15, 2016
1 parent ddc2da1 commit a6e44a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# General information about the project.
project = 'gmailfilter'
copyright = '2015, Thomi Richards'
copyright = '2015-2016, Thomi Richards'
author = 'Thomi Richards'

# The version info for the project you're documenting, acts as replacement for
Expand Down
6 changes: 3 additions & 3 deletions gmailfilter/_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import sys
from argparse import ArgumentParser

from gmailfilter._config import ServerInfo
from gmailfilter._connection import (
IMAPConnection,
from gmailfilter._config import (
ServerInfo,
default_credentials_file_location,
)
from gmailfilter._connection import IMAPConnection
from gmailfilter import _rules


Expand Down

0 comments on commit a6e44a2

Please sign in to comment.