Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. if not check_version(['automake-1.8', '--version'],
  2. r'automake \([^)]*\) ([\d.]+)', '1.8'):
  3. uprint(_('%s not found') % 'automake-1.8')
  4. if not check_version(['automake-1.9', '--version'],
  5. r'automake \([^)]*\) ([\d.]+)', '1.9'):
  6. uprint(_('%s not found') % 'automake-1.9')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement