Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Sep 24, 2012
1 parent 8d48ea3 commit 7813b2a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions lib/python/moa/template/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,14 @@
retrieving template information.
"""

import os
import shutil
import datetime

import Yaco

import moa.ui
import moa.utils
import moa.logger as l

import moa.ui
from moa.template import provider
from moa.template.template import Template


PROVIDERS = provider.Providers()

Expand Down

0 comments on commit 7813b2a

Please sign in to comment.