Use an asynchronous batch torrent status method for updating the

torrentview list.
Other various minor stuff.
This commit is contained in:
Andrew Resch 2007-12-28 05:29:54 +00:00
commit c8508c8d15
8 changed files with 126 additions and 59 deletions

View file

@ -56,7 +56,7 @@ _extra_compile_args = [
"-O2"
]
removals = ["-g", "-p", "-Wstrict-prototypes"]
removals = ["-Wstrict-prototypes"]
if python_version == '2.5':
cv_opt = sysconfig.get_config_vars()["CFLAGS"]