~tomasgroth/openlp/py35

« back to all changes in this revision

Viewing changes to scripts/check_dependencies.py

  • Committer: Phill Ridout
  • Date: 2015-01-22 17:42:29 UTC
  • mto: This revision was merged to the branch mainline in revision 2484.
  • Revision ID: phill.ridout@gmail.com-20150122174229-z7matzceu4cs8022
removed python3 string

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python3
2
1
# -*- coding: utf-8 -*-
3
2
# vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4
4
3