Changeset 769

Show
Ignore:
Timestamp:
09/03/08 16:23:10 (3 months ago)
Author:
free
Message:

Added setup.py and python cdbs helper

Location:
ares/trunk
Files:
2 added
2 modified

Legend:

Unmodified
Added
Removed
  • ares/trunk/debian/rules

    r556 r769  
    11#!/usr/bin/make -f 
    22   
     3DEB_PYTHON_SYSTEM = pysupport 
     4 
    35include /usr/share/cdbs/1/rules/debhelper.mk 
     6include /usr/share/cdbs/1/class/python-distutils.mk 
  • ares/trunk/tests/TestAres.py

    r760 r769  
    1616        ares = Ares(test=True) 
    1717        ares.ldap.setup() 
     18        ares.squid.setup() 
     19        ares.aug.save() 
    1820 
    1921if __name__ == '__main__':