File: howto.perl

package info (click to toggle)
pyopenssl 0.6-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,544 kB
  • ctags: 1,518
  • sloc: ansic: 4,728; python: 4,014; perl: 3,089; xml: 693; makefile: 165; sh: 54; 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....