degal/commands/__init__.py
author Tero Marttila <terom@fixme.fi>
Sun, 14 Jun 2009 17:19:41 +0300
changeset 112 e990b7a54d40
parent 65 97e1bc208574
child 144 97505a789003
permissions -rw-r--r--
only load the resources/pkg_resources stuff if needed - slight optimization for importing without referencing the stylesheet
65
97e1bc208574 initial commands infrastructure
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     1
"""
97e1bc208574 initial commands infrastructure
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     2
    Core commands
97e1bc208574 initial commands infrastructure
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     3
"""
97e1bc208574 initial commands infrastructure
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     4
97e1bc208574 initial commands infrastructure
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     5
from main import main
97e1bc208574 initial commands infrastructure
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     6