Skip to content

Meraki References root #187

Description

@CamoDunn

meraki init file seems to be referencing root instead of lib.location.
This was causing problems when creating exe from pyinstaller.

Without hooks, modified calls for ease.

from

from .rest_session import *
from .api.organizations import Organizations
etc.

to

from meraki.rest_session import *
from meraki.api.organizations import Organizations
etc..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions