]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blame - modules/wwwcmds.py
- stub for proper handling of www functionality
[projects/pld-ftp-admin.git] / modules / wwwcmds.py
CommitLineData
db087717
MM
1# vi: encoding=utf-8 ts=8 sts=4 sw=4 et
2
3import wwwiface
4
5
6def handlecmds(options):
7 if 'action' in options and options['action'] in actions:
8 pass
9 else:
10 pass
11
12
13actions={}
14
This page took 0.02968 seconds and 4 git commands to generate.