On Wed, 25 Sep 2013 13:33:39 +0900 (JST)
[email protected] (YAMAMOTO Takashi) wrote:
>> On Wed, 25 Sep 2013 11:45:04 +0900 (JST)
>> [email protected] (YAMAMOTO Takashi) wrote:
>>
>>> i want to reduce differences between 1.2 and 1.3 parsers
>>> by substituting
>>> from . import ofpro
> On Wed, 25 Sep 2013 11:45:04 +0900 (JST)
> [email protected] (YAMAMOTO Takashi) wrote:
>
>> i want to reduce differences between 1.2 and 1.3 parsers
>> by substituting
>> from . import ofproto_v1_X
>> with something like
>> from . import ofproto_v1_X as ofproto_this_version
>
> We
On Wed, 25 Sep 2013 11:45:04 +0900 (JST)
[email protected] (YAMAMOTO Takashi) wrote:
> i want to reduce differences between 1.2 and 1.3 parsers
> by substituting
> from . import ofproto_v1_X
> with something like
> from . import ofproto_v1_X as ofproto_this_version
We intentionally a
hi,
i want to reduce differences between 1.2 and 1.3 parsers
by substituting
from . import ofproto_v1_X
with something like
from . import ofproto_v1_X as ofproto_this_version
any comments?
YAMAMOTO Takashi
--
Oc