Fix == -> = in __version__ definition.
authorW. Trevor King <wking@drexel.edu>
Tue, 14 Dec 2010 19:53:13 +0000 (14:53 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 14 Dec 2010 19:53:13 +0000 (14:53 -0500)
pycomedi/__init__.py

index 31243b2eb37ba2f11e08afe1f051d6e6f77ed549..a16f4362a2a6002f97474e701dfcdbcca730ab39 100644 (file)
@@ -14,4 +14,4 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-__version__ == '0.2'
+__version__ = '0.2'