diff options
author | Rob Austein <sra@hactrn.net> | 2010-02-19 04:12:21 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-02-19 04:12:21 +0000 |
commit | 3fa0f3f73ebaf4bd9b06f48e1d4dae224e24f180 (patch) | |
tree | fd4bc8e1eb19e68e4893cfae71470b61149daa5f /myrpki.rototill/setup-sql.py | |
parent | d970a6e2499afb4c7ca0168a255946e47d49179e (diff) |
Checkpoint
svn path=/myrpki.rototill/examples/myrpki.conf; revision=2980
Diffstat (limited to 'myrpki.rototill/setup-sql.py')
-rw-r--r-- | myrpki.rototill/setup-sql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki.rototill/setup-sql.py b/myrpki.rototill/setup-sql.py index 638404d9..9d6772f8 100644 --- a/myrpki.rototill/setup-sql.py +++ b/myrpki.rototill/setup-sql.py @@ -94,7 +94,7 @@ for o, a in opts: if o in ("-c", "--config"): cfg_file = a -cfg = rpki.config.parser(cfg_file, "myirbe") +cfg = rpki.config.parser(cfg_file, "myrpki") rootdb = MySQLdb.connect(db = "mysql", user = "root", passwd = getpass.getpass("Please enter your MySQL root password: ")) |