| author | Tero Marttila <terom@paivola.fi> |
| Sun, 27 Jan 2013 22:05:06 +0200 | |
| changeset 191 | 3d318e4ef190 |
| parent 190 | bc8c099d98a3 |
| child 192 | 9157c1984fd8 |
| pvl/args.py | file | annotate | diff | comparison | revisions |
--- a/pvl/args.py Sun Jan 27 15:33:44 2013 +0200 +++ b/pvl/args.py Sun Jan 27 22:05:06 2013 +0200 @@ -35,6 +35,13 @@ return general +def options (**options) : + """ + Synthensise options. + """ + + return optparse.Values(options) + def apply_setid (options, rootok=None) : """ Drop privileges if running as root.