summaryrefslogtreecommitdiff
path: root/examples/migrate_roster.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2013-09-20 11:50:51 -0700
committerLance Stout <lancestout@gmail.com>2013-09-20 11:50:51 -0700
commitcd2d25cf874c5931b5c5a843c09875625bb9a84c (patch)
treead6e0421ec44a15f8b60c76e3042dfbe7ccb9cb5 /examples/migrate_roster.py
parentb8b2f37e7b06647a48dfcb41c44c10121b04c514 (diff)
downloadslixmpp-cd2d25cf874c5931b5c5a843c09875625bb9a84c.tar.gz
slixmpp-cd2d25cf874c5931b5c5a843c09875625bb9a84c.tar.bz2
slixmpp-cd2d25cf874c5931b5c5a843c09875625bb9a84c.tar.xz
slixmpp-cd2d25cf874c5931b5c5a843c09875625bb9a84c.zip
Chmod +x examples, and add shebang lines
Diffstat (limited to 'examples/migrate_roster.py')
-rwxr-xr-x[-rw-r--r--]examples/migrate_roster.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/migrate_roster.py b/examples/migrate_roster.py
index a93bdecd..797e4f44 100644..100755
--- a/examples/migrate_roster.py
+++ b/examples/migrate_roster.py
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
import sys
import logging
import getpass