source: directoryauthplugin/trunk/tracext/dirauth/__init__.py

Last change on this file was 14503, checked in by Ryan J Ollos, 9 years ago

2.0.0dev: Sweeping fixes of indentation and style code violations.

The plugin is probably still not working correctly. Incremental fixes will be provided from thsi baseline. The plugin needs to be adapted to the Trac 1.0 database API.

File size: 325 bytes
RevLine 
[12972]1# -*- coding: utf-8 -*-
2#
3# Copyright (C) 2007 John Hampton <pacopablo@pacopablo.com>
4# All rights reserved.
5#
6# This software is licensed as described in the file COPYING, which
7# you should have received as part of this distribution.
8#
9# Author: John Hampton <pacopablo@pacopablo.com>
[14503]10
[12972]11from api import *
12from auth import *
Note: See TracBrowser for help on using the repository browser.