synced charm-helpers

This commit is contained in:
Edward Hope-Morley 2015-02-24 11:42:07 +00:00
parent f2bceb221c
commit 8bcff7847d
3 changed files with 7 additions and 7 deletions

View File

@ -19,8 +19,6 @@
from __future__ import print_function
__author__ = "Jorge Niedbalski <jorge.niedbalski@canonical.com>"
import atexit
import sys
@ -32,6 +30,8 @@ from charmhelpers.core.hookenv import (
log
)
__author__ = "Jorge Niedbalski <jorge.niedbalski@canonical.com>"
DEFAULT_ADDR = "0.0.0.0"
DEFAULT_PORT = 4444

View File

@ -16,13 +16,13 @@
"""Remote Python Debugger (pdb wrapper)."""
__author__ = "Bertrand Janin <b@janin.com>"
__version__ = "0.1.3"
import pdb
import socket
import sys
__author__ = "Bertrand Janin <b@janin.com>"
__version__ = "0.1.3"
class Rpdb(pdb.Pdb):

View File

@ -17,10 +17,10 @@
# You should have received a copy of the GNU Lesser General Public License
# along with charm-helpers. If not, see <http://www.gnu.org/licenses/>.
__author__ = "Jorge Niedbalski <jorge.niedbalski@canonical.com>"
import sys
__author__ = "Jorge Niedbalski <jorge.niedbalski@canonical.com>"
def current_version():
"""Current system python version"""