Skip to content

Commit

Permalink
More python2 conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcde committed Mar 31, 2015
1 parent 3248a83 commit 2df36da
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python2
# -*- coding=utf-8 -*-

import os
Expand Down
2 changes: 1 addition & 1 deletion files/generate_desktop_files
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2

import commands, os

Expand Down
2 changes: 1 addition & 1 deletion files/usr/bin/cinnamon-desktop-editor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2

import os, sys

Expand Down
2 changes: 1 addition & 1 deletion files/usr/bin/cinnamon-json-makepot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2

import os, sys

Expand Down
2 changes: 1 addition & 1 deletion files/usr/bin/cinnamon-launcher
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python2
# -*- coding=utf-8 -*-

FALLBACK_COMMAND = "metacity"
Expand Down
2 changes: 1 addition & 1 deletion files/usr/bin/cinnamon-looking-glass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2

import os, sys

Expand Down
2 changes: 1 addition & 1 deletion files/usr/bin/cinnamon-screensaver-lock-dialog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2

import os

Expand Down
2 changes: 1 addition & 1 deletion files/usr/bin/cinnamon-settings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2

import os, sys

Expand Down
2 changes: 1 addition & 1 deletion files/usr/bin/cinnamon-settings-users
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2

import os

Expand Down
2 changes: 1 addition & 1 deletion files/usr/bin/cinnamon-slideshow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2

import os

Expand Down
2 changes: 1 addition & 1 deletion files/usr/lib/cinnamon-settings/bin/installSchema.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python2

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion files/usr/lib/cinnamon-settings/bin/removeSchema.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python2

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion files/usr/lib/cinnamon-slideshow/cinnamon-slideshow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python2

from gi.repository import Gio, GLib
import dbus, dbus.service, dbus.glib
Expand Down
2 changes: 1 addition & 1 deletion tools/check-for-missing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
#
# This is a simple script that we use to check for files in git
# and not in the distribution. It was previously written in cinnamon
Expand Down

0 comments on commit 2df36da

Please sign in to comment.