remove magic directories from install

--HG--
branch : trunk
This commit is contained in:
Benjamin Peterson 2009-08-28 18:51:14 -05:00
parent e0e9953be2
commit 130046d245
1 changed files with 1 additions and 3 deletions

View File

@ -74,8 +74,6 @@ def main():
'py.io.testing',
'py.log',
'py.log.testing',
'py.magic',
'py.magic.testing',
'py.path',
'py.path.gateway',
'py.path.testing',
@ -138,4 +136,4 @@ def main():
if __name__ == '__main__':
main()