From 569216db792249ba470a2371fc3ad72c79a567cd Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 13 Jun 2004 18:15:49 +0000 Subject: initial import --- tupkg/client/tupkg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 tupkg/client/tupkg (limited to 'tupkg/client') diff --git a/tupkg/client/tupkg b/tupkg/client/tupkg new file mode 100755 index 0000000..ab42b43 --- /dev/null +++ b/tupkg/client/tupkg @@ -0,0 +1,19 @@ +#!/usr/bin/python -O +# +# Description: +# ------------ +# This is the client-side portion of the Trusted User package +# manager. The TUs will use this program to upload packages into +# the AUR. For more information, see the ../README.txt file. +# +# Python Indentation: +# ------------------- +# Use tabs not spaces. If you use vim, the following comment will +# configure it to use tabs. +# vim: ts=2 sw=2 noet ft=python +# + + + +# TODO write the code +# -- cgit v1.2.3-54-g00ecf