Newer
Older
Digital_Repository / Old / pysocks / constants.py
nstanger on 12 Nov 2005 592 bytes - Second attempt at importing!
#! /usr/bin/python

#------------------------------------------------------------------------
# name:
# author: 		J Skinner
# Date Written:	
# Purpose:
# Notes
#------------------------------------------------------------------------



#------------------------   GLOBALS  ------------------------------------

TEMPLATE_DIR = '/home/crypt/Work/pysocks/'

SEARCH_TEMPLATE_LINE_ID = 501
SEARCH_TEMPLATE_BODY_ID = 502
ITEM_TEMPLATE_BODY_ID = 600
ENTRY_TEMPLATE_BODY_ID = 700

UPLOAD_SUCCESS = 750

AUTHOR_BODY_ID = 800

#------------------------     END    ------------------------------------