degal/commands/__init__.py
author Tero Marttila <terom@fixme.fi>
Thu, 11 Jun 2009 22:50:21 +0300
changeset 96 d9cf1e272e90
parent 65 97e1bc208574
child 144 97505a789003
permissions -rw-r--r--
fix LazyProperty to not inherit from property, so as to act as a non-data descriptor, which can then be overriden by per-instance __dict__ values
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