fixed basestring check for 2/3 compatibility
This commit is contained in:
parent
ecc63f4abb
commit
3de37f0f5e
5 changed files with 10 additions and 6 deletions
|
@ -4,8 +4,8 @@ commeffect.py: EMANE CommEffect model for CORE
|
|||
|
||||
import logging
|
||||
import os
|
||||
|
||||
from lxml import etree
|
||||
from past.builtins import basestring
|
||||
|
||||
from core.config import ConfigGroup
|
||||
from core.emane import emanemanifest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue