File: minirok.py

package info (click to toggle)
minirok 2.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 404 kB
  • ctags: 475
  • sloc: python: 3,195; xml: 161; sh: 102; makefile: 36
file content (9 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#! /usr/bin/env python
## vim: fileencoding=utf-8
#
# Copyright (c) 2007 Adeodato Simó (dato@net.com.org.es)
# Licensed under the terms of the MIT license.

import minirok # ensures dependency modules are in place
import minirok.main
minirok.main.main()