-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Wolfgang Ulbrich
committed
Dec 12, 2015
1 parent
3800e4b
commit 06fc309
Showing
7 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
# Original copyright 2007 Christopher Williams <[email protected]> | ||
# Author(s): crdlb, kozec | ||
# Author(s): crdlb, kozec, raveit65 | ||
|
||
import os | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,8 @@ | |
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
# Author(s): crdlb, nesl247 | ||
# | ||
# Copyright 2007 Christopher Williams <[email protected]> | ||
# Original copyright 2007 Christopher Williams <[email protected]> | ||
# Author(s): crdlb, nesl247, raveit65 | ||
|
||
import os | ||
from execute import run | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,8 @@ | |
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
# Author(s): crdlb, nesl247 | ||
# | ||
# Copyright 2007 Christopher Williams <[email protected]> | ||
# Original copyright 2007 Christopher Williams <[email protected]> | ||
# Author(s): crdlb, nesl247, raveit65 | ||
|
||
import subprocess, signal, os | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ | |
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
# Original copyright 2007 Christopher Williams <[email protected]> | ||
# Author(s): crdlb, kozec | ||
# Original copyright 2007 Christopher Williams <[email protected]> | ||
# Author(s): crdlb, kozec, raveit65 | ||
|
||
from optparse import OptionParser, OptionGroup | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,8 @@ | |
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
# Author(s): crdlb, nesl247 | ||
# | ||
# Copyright 2007 Christopher Williams <[email protected]> | ||
# Original copyright 2007 Christopher Williams <[email protected]> | ||
# Author(s): crdlb, nesl247, raveit65 | ||
|
||
from parser import options as parser_options | ||
from util import env, config, apps, options, wms, decorators | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ | |
# | ||
# Based on compiz-icon, Copyright 2007 Felix Bellanger <[email protected]> | ||
# | ||
# Original copyright 2007 Christopher Williams <[email protected]> | ||
# Author(s): crdlb, kozec | ||
# Original copyright 2007 Christopher Williams <[email protected]> | ||
# Author(s): crdlb, kozec, raveit65 | ||
|
||
import os, compizconfig, ConfigParser, time | ||
import data as _data | ||
|