~registry/weblive/ltsp-cluster-agent-weblive

« back to all changes in this revision

Viewing changes to client/weblive-get-blacklist.py

  • Committer: Stéphane Graber
  • Date: 2012-08-07 14:55:31 UTC
  • Revision ID: stgraber@ubuntu.com-20120807145531-az664vmfj126z0yv
PEP8 on everything else

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# WARNING: Used to build the WebLive appservs, DO NOT MODIFY OR REMOVE !
3
3
from weblive import WebLive
4
4
 
5
 
wl=WebLive('https://weblive.stgraber.org/weblive/json',False)
 
5
wl = WebLive('https://weblive.stgraber.org/weblive/json', False)
6
6
 
7
7
print " ".join(wl.list_package_blacklist())