summaryrefslogtreecommitdiff
path: root/example.py
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-08-06 21:18:54 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-08-06 21:24:48 +0900
commit10faf34408b224bd8b2cff7fe2a7c8d43763df25 (patch)
treeb469646a9d76ff85c57143ec41a7febe557e4d25 /example.py
parent6d8d66b31ceda64c92c8a586a60981d95ec4f6a1 (diff)
downloadpygerrit-10faf34408b224bd8b2cff7fe2a7c8d43763df25.tar.gz
Make the shebangs consistent
Change-Id: I713c3ce5205b6e6f63d9ecc15882566a63b71c3e
Diffstat (limited to 'example.py')
-rwxr-xr-xexample.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example.py b/example.py
index a0a8337..f73bcbe 100755
--- a/example.py
+++ b/example.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+# -*- coding: utf-8 -*-
""" Example of using the Gerrit client class.