File: gpyconftest.py

package info (click to toggle)
python-gpyconf 0.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 416 kB
  • ctags: 590
  • sloc: python: 1,980; makefile: 87; sh: 4
file content (6 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
6
from gpyconf import Configuration as Conf_
from gpyconf.backends._xml import XMLBackend

class Configuration(Conf_):
    backend = XMLBackend
    pass