From c58b7a3d7c32147fd8e72de4254bb35191fedc4b Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 30 May 2008 14:21:45 -0400 Subject: Move version.py to the common ipa directory instead of being server-based so it can be used by the client tool. Fix the client tool imports to fail more gracefully. --- ipa-python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-python/Makefile') diff --git a/ipa-python/Makefile b/ipa-python/Makefile index e279286c7..131604578 100644 --- a/ipa-python/Makefile +++ b/ipa-python/Makefile @@ -13,7 +13,7 @@ install: fi clean: - rm -f *~ *.pyc setup.py ipa-python.spec + rm -f *~ *.pyc setup.py ipa-python.spec version.py distclean: clean -- cgit