This commit is contained in:
Roberto Rosario
2012-09-11 05:50:52 -04:00
parent ae40acd4f7
commit bec08ac617

View File

@@ -456,7 +456,7 @@ class DocumentVersion(models.Model):
self.save()
def update_page_count(self, save=True):
from coverter.api import get_page_count
from converter.api import get_page_count
handle, filepath = tempfile.mkstemp()
# Just need the filepath, close the file description
os.close(handle)