Skip to content

Commit

Permalink
small code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 13, 2016
1 parent abf4a0f commit c7d05e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/colony_print/controllers/document.py
Expand Up @@ -5,8 +5,6 @@

import appier

import colony_print

MIME = dict(
binie = "text/x-binie",
pdf = "application/pdf"
Expand Down Expand Up @@ -74,6 +72,7 @@ def get_mime(self, format, b64 = False):
return mime

def get_manager(self):
import colony_print
if self.manager: return self.manager
self.manager = colony_print.PrintingManager()
self.manager.load()
Expand Down

0 comments on commit c7d05e0

Please sign in to comment.