Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Converted to use Pipenv
Attempt to close database handle only if the database has been opened
Renamed variables to avoid shadowing built-in functions
Catching exception DBError instead of the too general exception
Exception
Defined database attribute inside __init__
  • Loading branch information
ouahibelhanchi committed Oct 2, 2017
commit 2e5575e980660e5a16c219279db2abdb4c5f4027
12 changes: 12 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]
tox = "*"
pylint = "*"

[packages]
scrapy = ">=1.1.0"
"bsddb3" = "*"
Loading