fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b70aa7
)
Removed unnecessary import.
author
Marek Stępniowski
<marek@stepniowski.com>
Thu, 28 Aug 2008 16:34:39 +0000
(18:34 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Thu, 28 Aug 2008 16:34:39 +0000
(18:34 +0200)
catalogue/models.py
patch
|
blob
|
history
diff --git
a/catalogue/models.py
b/catalogue/models.py
index
f4d2803
..
ba41638
100644
(file)
--- a/
catalogue/models.py
+++ b/
catalogue/models.py
@@
-102,7
+102,6
@@
class Book(models.Model):
def save(self, **kwargs):
try:
from bin import book2html
- from django.conf import settings
from os.path import splitext, basename
from tempfile import NamedTemporaryFile