Don't make all .py executable please...

This commit is contained in:
Marco Pesenti Gritti
2007-06-20 12:31:54 +02:00
parent b01684ef27
commit 61314c9705
17 changed files with 1 additions and 33 deletions
-2
View File
@@ -1,5 +1,3 @@
##!/usr/bin/env python
# Copyright (C) 2007, Eduardo Silva (edsiper@gmail.com).
#
# This program is free software; you can redistribute it and/or modify
@@ -1,5 +1,3 @@
##!/usr/bin/env python
# Copyright (C) 2007, Eduardo Silva (edsiper@gmail.com).
#
# This program is free software; you can redistribute it and/or modify
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python
import sys, os
import string
@@ -2,7 +2,6 @@
# This class open the /proc/PID/maps and /proc/PID/smaps files
# to get useful information about the real memory usage
####################################################################
#!/usr/bin/env python
import os