~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty-proposed

« back to all changes in this revision

Viewing changes to src/services/a-rex/jura/ssm/__init__.py

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-06-14 16:42:17 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130614164217-nmuy3qabkkjkdd6v
Tags: 3.0.2-1
* 3.0.2 Release
* Drop deprecated find syntax (Closes: #711708)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import logging
20
20
import sys
21
21
 
22
 
__version__ = (2, 0, 0)
 
22
__version__ = (2, 1, 0)
 
23
 
 
24
LOG_BREAK = '========================================'
23
25
 
24
26
def set_up_logging(logfile, level, console):
25
27
    '''