pvl/verkko/__init__.py
author Tero Marttila <terom@paivola.fi>
Tue, 19 Feb 2013 21:31:56 +0200
changeset 226 8658d4e09ae2
parent 178 f9f5e669bace
child 228 3b1437d4b0a1
permissions -rw-r--r--
setup pvl as namespace package, with __version__ in pvl.verkko
178
f9f5e669bace pvl.verkko: refactor into dhcp -> hosts -> web+db modules, reworking index page
Tero Marttila <terom@paivola.fi>
parents: 0
diff changeset
     1
f9f5e669bace pvl.verkko: refactor into dhcp -> hosts -> web+db modules, reworking index page
Tero Marttila <terom@paivola.fi>
parents: 0
diff changeset
     2
from pvl.verkko import db
f9f5e669bace pvl.verkko: refactor into dhcp -> hosts -> web+db modules, reworking index page
Tero Marttila <terom@paivola.fi>
parents: 0
diff changeset
     3
from pvl.verkko.db import Database
f9f5e669bace pvl.verkko: refactor into dhcp -> hosts -> web+db modules, reworking index page
Tero Marttila <terom@paivola.fi>
parents: 0
diff changeset
     4
226
8658d4e09ae2 setup pvl as namespace package, with __version__ in pvl.verkko
Tero Marttila <terom@paivola.fi>
parents: 178
diff changeset
     5
__version__ = '0.5.0-dev1'