Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/lastfm.py')
-rw-r--r--src/lastfm.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lastfm.py b/src/lastfm.py
index 3e4822b2c..2d6796b0f 100644
--- a/src/lastfm.py
+++ b/src/lastfm.py
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/env python
"""
LastFM Python class
Copyright (C) 2007 Olivier Mehani <shtrom@ssji.net>
@@ -215,3 +215,5 @@ if __name__ == '__main__':
if lfm.updateData():
print lfm.formatSongTitle()
sleep(60)
+
+# vim: se ts=3: