Skip to content

Commit

Permalink
Remove loader/dumper code
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Jul 30, 2012
1 parent 90f4ccd commit d3644f3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 36 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,4 +1,3 @@
series.list
*.mobi
*.zip
cache
Expand Down
12 changes: 0 additions & 12 deletions Makefile

This file was deleted.

3 changes: 2 additions & 1 deletion books.py
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
from urlgrab import Cache
from google.protobuf import text_format
from blog_pb2 import All
from re import compile, DOTALL, MULTILINE
from os import mkdir, system
Expand All @@ -13,7 +14,7 @@
c = Cache()

db = All()
db.ParseFromString(open("series.list", "rb").read())
text_format.Merge(open("series.txt","rb","utf-8").read(),db)

wrong = {
u"“": u"\"",
Expand Down
12 changes: 0 additions & 12 deletions dumper.py

This file was deleted.

10 changes: 0 additions & 10 deletions loader.py

This file was deleted.

0 comments on commit d3644f3

Please sign in to comment.