mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 23:00:20 +00:00
Update records.py
This commit is contained in:
+1
-3
@@ -3,7 +3,7 @@
|
||||
import os
|
||||
from code import interact
|
||||
from datetime import datetime
|
||||
from collections import namedtuple, OrderedDict
|
||||
from collections import OrderedDict
|
||||
|
||||
import tablib
|
||||
from docopt import docopt
|
||||
@@ -316,8 +316,6 @@ Cake:
|
||||
|
||||
# Parse the command-line arguments.
|
||||
arguments = docopt(cli_docs)
|
||||
# print arguments
|
||||
# exit()
|
||||
|
||||
# Create the Database.
|
||||
db = Database(arguments['--url'])
|
||||
|
||||
Reference in New Issue
Block a user