Project

General

Profile

Revision 139

Added by Kevin Woo over 14 years ago

Added LGPL to all source code except the hardware schematics.

View differences:

query.py
1
"""
2
  This file is part of Tooltron.
3
 
4
  Tooltron is free software: you can redistribute it and/or modify
5
  it under the terms of the Lesser GNU General Public License as published by
6
  the Free Software Foundation, either version 3 of the License, or
7
  (at your option) any later version.
8
 
9
  Tooltron is distributed in the hope that it will be useful,
10
  but WITHOUT ANY WARRANTY; without even the implied warranty of
11
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
  Lesser GNU General Public License for more details.
13
  You should have received a copy of the Lesser GNU General Public License
14
  along with Tooltron.  If not, see <http://www.gnu.org/licenses/>.
15

  
16
  Copyright 2009 Bradford Neuman <bneuman@andrew.cmu.edu>
17

  
18
"""
1 19
#!/usr/bin/python
2 20

  
3 21
import MySQLdb

Also available in: Unified diff