~ubuntu-branches/ubuntu/utopic/mysql-workbench/utopic

« back to all changes in this revision

Viewing changes to plugins/wb.admin/backend/wb_server_control.py

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-05-31 12:03:58 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140531120358-cjik5ofkmj0fxsn8
Tags: 6.1.6+dfsg-1
* New upstream release [May 2014].
* Dropped "prtcl.patch".
* "debian/clean": better clean-up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
 
1
# Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved.
2
2
#
3
3
# This program is free software; you can redistribute it and/or
4
4
# modify it under the terms of the GNU General Public License as
607
607
            traceback.print_exc()
608
608
            finish_callback(err)
609
609
 
610
 
    def get_status(self, verbose=0): # overriden by concrete subclasses, if available
 
610
    def get_status(self, verbose=0): # overridden by concrete subclasses, if available
611
611
        return None
612
612
 
613
613