summaryrefslogtreecommitdiff
path: root/psutil/_psposix.py
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2013-03-26 13:04:21 +0100
committerGiampaolo Rodola' <g.rodola@gmail.com>2013-03-26 13:04:21 +0100
commitf1af1a435467a526254465648f4a771258e4385a (patch)
tree60e35c7e5c48b5294a25ed0e32af6dbe5e819d64 /psutil/_psposix.py
parent6426ae7c12cb0a08827dac969ecf563c6ac33d99 (diff)
downloadpsutil-f1af1a435467a526254465648f4a771258e4385a.tar.gz
Remove "$Id$" occurrences from source code files. They were used by svn propset functionnality which no longer applies now that we're using Mercurial.
Diffstat (limited to 'psutil/_psposix.py')
-rw-r--r--psutil/_psposix.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/psutil/_psposix.py b/psutil/_psposix.py
index 3b4495f1..0b1a7c67 100644
--- a/psutil/_psposix.py
+++ b/psutil/_psposix.py
@@ -1,7 +1,5 @@
#!/usr/bin/env python
-#
-# $Id$
-#
+
# Copyright (c) 2009, Jay Loden, Giampaolo Rodola'. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.