fixed basestring check for 2/3 compatibility

This commit is contained in:
bharnden 2019-06-02 19:23:49 -07:00
parent ecc63f4abb
commit 3de37f0f5e
5 changed files with 10 additions and 6 deletions

View file

@ -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