- Moved everything to trunk to create a stable branch

This commit is contained in:
Christophe Dumez 2006-09-30 16:02:39 +00:00
commit 969a02b93e
200 changed files with 46382 additions and 0 deletions

12
testpython.py Executable file
View file

@ -0,0 +1,12 @@
#!/usr/bin/env python
# Test imports needed by our python search engine nova.py
# Christophe Dumez - chris@qbittorrent.org
import sys
import urllib
import sgmllib
from xml.dom import minidom
if __name__ == '__main__':
pass