Skip to content

Commit

Permalink
autopep8 *.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xantares committed Apr 12, 2014
1 parent 28fa1b3 commit a0d0b82
Show file tree
Hide file tree
Showing 4 changed files with 587 additions and 558 deletions.
24 changes: 12 additions & 12 deletions pyfprint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
__url__ = 'http://repo.or.cz/w/pyfprint.git, http://lists.reactivated.net/pipermail/fprint/'

__all__ = [
"fp_init",
"fp_exit",
"discover_prints",
"discover_devices",
"Device",
"DiscoveredDevices",
"DiscoveredPrints",
"Driver",
"Fingers",
"Fprint",
"Image",
"Minutia",
"fp_init",
"fp_exit",
"discover_prints",
"discover_devices",
"Device",
"DiscoveredDevices",
"DiscoveredPrints",
"Driver",
"Fingers",
"Fprint",
"Image",
"Minutia",
]

from .pyfprint import *
Loading

0 comments on commit a0d0b82

Please sign in to comment.