Skip to content

Commit

Permalink
Removed the last few sql references.
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan McGreggor committed Dec 15, 2011
1 parent 907095f commit dcbfe55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/pymon.conf
Expand Up @@ -30,7 +30,7 @@ smtp-port 25
</monitor-status>

<database>
connectionString sqlite:data/pymon.sqlite3
connectionString mongo://pymon
</database>

<admin>
Expand Down
2 changes: 1 addition & 1 deletion pymon/storage/tests/test_api.py
Expand Up @@ -22,7 +22,7 @@ class DatabaseSetupTestCase(TestCase):

def setUp(self):
"""
Create a test sqlite database, and insert some data.
Create a test database, and insert some data.
"""
self.filename = self.mktemp()

Expand Down

0 comments on commit dcbfe55

Please sign in to comment.