Skip to content

Instantly share code, notes, and snippets.

@steve-ross
Created October 21, 2012 15:56
Show Gist options
  • Save steve-ross/3927342 to your computer and use it in GitHub Desktop.
Save steve-ross/3927342 to your computer and use it in GitHub Desktop.
if testing:
#drop all the agency db's and new users
print 'dropping all agency databases'
for db in self.server:
if (db.find('agency_') == 0 or db.find('agents') == 0):
del self.server[db]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment