kytos / mef_eline

Kytos NApp to create and manage point-to-point L2 circuits
https://napps.kytos.io/kytos/mef_eline
MIT License
3 stars 14 forks source link

Update setup.py to solve "No such file or directory" error #199

Closed gleybersonandrade closed 4 years ago

gleybersonandrade commented 4 years ago

Today, an error is raised in mef_eline installation:

[Errno 2] No such file or directory: 'mef_eline/napps/__init__.py'

This commit comments self._create_file_symlinks() line to solve this problem.

Fix #191