Changeset 769
- Timestamp:
- 09/03/08 16:23:10 (3 months ago)
- Location:
- ares/trunk
- Files:
-
- 2 added
- 2 modified
-
debian/pycompat (added)
-
debian/rules (modified) (1 diff)
-
setup.py (added)
-
tests/TestAres.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ares/trunk/debian/rules
r556 r769 1 1 #!/usr/bin/make -f 2 2 3 DEB_PYTHON_SYSTEM = pysupport 4 3 5 include /usr/share/cdbs/1/rules/debhelper.mk 6 include /usr/share/cdbs/1/class/python-distutils.mk -
ares/trunk/tests/TestAres.py
r760 r769 16 16 ares = Ares(test=True) 17 17 ares.ldap.setup() 18 ares.squid.setup() 19 ares.aug.save() 18 20 19 21 if __name__ == '__main__':
