Chmod +x examples, and add shebang lines

This commit is contained in:
Lance Stout
2013-09-20 11:50:51 -07:00
parent b8b2f37e7b
commit cd2d25cf87
15 changed files with 77 additions and 58 deletions

3
examples/migrate_roster.py Normal file → Executable file
View File

@@ -1,3 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
import logging
import getpass