File: __init__.py

package info (click to toggle)
python-pbcommand 0.2.17-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 556 kB
  • sloc: python: 3,451; makefile: 200
file content (14 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# vim:fileencoding=utf_8

"""Add doc string

"""
__author__ = 'M. Kocher'
__copyright__ = ""
__credits__ = ['M. Kocher']
__license__ = 'MIT License'
__maintainer__ = 'M. Kocher'
__email__ = 'Michael.Kocher@me.com'
__version__ = '0.1'