repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 22 04:03:10 UTC 2012
[aur-mirror.git]
/
python-cog
/
setup.patch
blob
531350753f1ec26f77158d70a9564ec286306f85
1
--- setup.py.orig 2009-04-26 20:00:25.000000000 +0400
2
+++ setup.py 2009-04-26 20:00:41.000000000 +0400
3
@@ -19,11 +19,11 @@
4
5
packages = [
6
'cogapp',
7
- 'handyxml',
8
+ #'handyxml',
9
],
10
11
scripts = [
12
'scripts/cog.py',
13
- 'scripts/test_cog.py',
14
+ #'scripts/test_cog.py',
15
],
16
)