~schooltool-owners/schooltool.gradebook/2.6

« back to all changes in this revision

Viewing changes to src/schooltool/requirement/evaluation.py

  • Committer: Gediminas Paulauskas
  • Date: 2013-08-23 08:58:55 UTC
  • Revision ID: menesis@pov.lt-20130823085855-2314an4t5a3g2s5d
Update GPL license and file headers from gnu.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# GNU General Public License for more details.
11
11
#
12
12
# You should have received a copy of the GNU General Public License
13
 
# along with this program; if not, write to the Free Software
14
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
13
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
14
#
16
15
"""
17
16
Level-related Tests
18
 
 
19
 
$Id$
20
17
"""
21
18
 
22
19
__docformat__ = 'restructuredtext'