blob: 2787ba9e401466f349a5d47274ab5d769a7dae43 (
plain)
1
2
3
4
5
6
7
8
|
# -*- coding: utf-8 -*-
# Copyright 2008 Matt Harrison
# Licensed under Apache License, Version 2.0 (current)
__version__ = "0.2.3"
__author__ = "matt harrison"
__email__ = "matthewharrison@gmail.com"
|