File: howto.perl

package info (click to toggle)
pyopenssl 0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,152 kB
  • ctags: 1,395
  • sloc: ansic: 5,184; python: 4,303; perl: 3,089; xml: 693; sh: 204; makefile: 171; lisp: 13; sed: 2
file content (12 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- perl -*-
#
# This implements the Python howto class.  All it really needs to do it
# load the "python" style.

package main;

do_require_package("article");
do_require_package("alltt");
do_require_package("python");

1;				# sheesh....