~canonical-launchpad-branches/lpsetup/trunk

« back to all changes in this revision

Viewing changes to lpsetup/utils.py

  • Committer: Tarmac
  • Author(s): Francesco Banconi
  • Date: 2012-08-13 16:06:09 UTC
  • mfrom: (67.3.3 remove-smoke-tests)
  • Revision ID: tarmac-20120813160609-mgftljbcnxaxsb0i
[r=benji] Removed no longer useful smoke tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
            return True
98
98
        if response in ('n', 'no'):
99
99
            return False
100
 
        print("I didn't understand you. Please specify '(y)es' or'(n)o'.")
 
100
        print("I didn't understand you. Please specify '(y)es' or '(n)o'.")
101
101
 
102
102
 
103
103
def get_container_path(lxc_name, path='', base_path=LXC_PATH):