~ubuntu-branches/ubuntu/quantal/astk/quantal

« back to all changes in this revision

Viewing changes to configuration/ASTK/ASTK_SERV/lib/profile_modifier.py

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Trophime
  • Date: 2010-04-25 16:43:13 UTC
  • Revision ID: james.westby@ubuntu.com-20100425164313-0s0wtsmbiewbdz53
Tags: upstream-1.8.0
ImportĀ upstreamĀ versionĀ 1.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""pre 1.8 backward compatibility"""
 
2
from warnings import warn
 
3
warn('moved to asrun.profile_modifier', DeprecationWarning, stacklevel=2)
 
4
from asrun.profile_modifier import *
 
5