From 7664b78b1f2b60fceb7768d50a476d2bd50f35e9 Mon Sep 17 00:00:00 2001 From: cliechti Date: Mon, 28 Jul 2003 18:26:38 +0000 Subject: removed mac comment - no parallelports there... --- pyparallel/parallel/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyparallel/parallel/__init__.py b/pyparallel/parallel/__init__.py index 7b967f9..6eda881 100644 --- a/pyparallel/parallel/__init__.py +++ b/pyparallel/parallel/__init__.py @@ -6,7 +6,7 @@ # this is distributed under a free software license, see license.txt import sys, os, string -VERSION = string.split("$Revision: 1.3 $")[1] #extract CVS version +VERSION = string.split("$Revision: 1.4 $")[1] #extract CVS version #chose an implementation, depending on os if os.name == 'nt': @@ -20,5 +20,3 @@ elif os.name == 'java': from paralleljava import * else: raise "Sorry no implementation for your platform available." - -#no "mac" implementation. someone want's to write it? i have no access to a mac. -- cgit v1.2.1