updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / pida-hg / nodrm.diff
bloba78c264339794ae83f02fc89027af4d7ee3a50e0
1 --- pida-build/pida/core/application.py.orig 2010-04-25 16:15:17.000000000 -0400
2 +++ pida-build/pida/core/application.py 2010-04-25 16:15:40.000000000 -0400
3 @@ -59,8 +59,8 @@
6 # Prevent PIDA from being run as root.
7 -if os.getuid() == 0:
8 - die_gui("Pida should not be run as root", "Pida is dying")
9 +#if os.getuid() == 0:
10 +# die_gui("Pida should not be run as root", "Pida is dying")
12 # This can test if PIDA is installed
13 # also we have to import pdbus here so it gets initialized very early