Merge pull request #166 from mnaser/patch-1

Remove old flagfile support
This commit is contained in:
Joel Martin 2012-05-18 09:44:54 -07:00
commit a04087e44c
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ if __name__ == '__main__':
parser.error("SSL only and %s not found" % FLAGS.cert) parser.error("SSL only and %s not found" % FLAGS.cert)
# Setup flags # Setup flags
utils.default_flagfile() utils.default_cfgfile()
FLAGS(sys.argv) FLAGS(sys.argv)
# Create and start the NovaWebSockets proxy # Create and start the NovaWebSockets proxy