~devel-sumpfralle/virtualbrick/nitpicking

« back to all changes in this revision

Viewing changes to bin/vbgui

  • Committer: Marco Giusti
  • Date: 2013-06-12 12:39:38 UTC
  • Revision ID: marco.giusti@gmail.com-20130612123938-n74j6uyuoqk7fyl9
Remove or disable remote management

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# with this program; if not, write to the Free Software Foundation, Inc.,
17
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
 
19
 
from __future__ import absolute_import
20
 
from virtualbricks.scripts import vbgui
21
 
vbgui.run()
 
19
from virtualbricks.scripts import gui
 
20
gui.run()