Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0

fixed commit bugs

This commit is contained in:
Andreas Lindahl Flåten 2011-10-09 16:15:17 +00:00
parent 09e2bc414d
commit e71965048e
1 changed files with 0 additions and 3 deletions

View File

@ -367,17 +367,14 @@ def map_cmd(connection, shelfname=None, category=None):
def suggest_book_data(connection, tmp_file=False):
return google_suggest_book_data(connection, tmp_file)
<<<<<<< .mine
def register_books(connection):
filename = suggest_book_data(connection, tmp_file=True)
run_editor(filename)
commit(connection, filename)
=======
def give_bananas():
print "Om nom nom... Thanks!"
>>>>>>> .r164
commands = { 'show':
{ 'args': [('ids', (1,None))],
'options': ['commit_format', 'tmp_file'],