Skip to content

Commit

Permalink
Add paste
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Dec 10, 2010
1 parent c081390 commit 1037543
Show file tree
Hide file tree
Showing 90 changed files with 37,439 additions and 0 deletions.
1 change: 1 addition & 0 deletions silver/lib-python/Paste-1.7.5.1-py2.6-nspkg.pth
@@ -0,0 +1 @@
import sys,new,os; p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('paste',)); ie = os.path.exists(os.path.join(p,'__init__.py')); m = not ie and sys.modules.setdefault('paste',new.module('paste')); mp = (m or []) and m.__dict__.setdefault('__path__',[]); (p not in mp) and mp.append(p)
9 changes: 9 additions & 0 deletions silver/lib-python/paste/auth/__init__.py
@@ -0,0 +1,9 @@
# (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
# Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
"""
Package for authentication/identification of requests.
The objective of this package is to provide single-focused middleware
components that implement a particular specification. Integration of
the components into a usable system is up to a higher-level framework.
"""

0 comments on commit 1037543

Please sign in to comment.