testing something with sanam

This commit is contained in:
Guille Gutierrez 2021-11-11 11:50:07 -05:00
parent ef6afb0ab4
commit 8c12ac19a1
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@ geomeppy~=0.11.8
pathlib~=1.0.1 pathlib~=1.0.1
PyWavefront~=1.3.3 PyWavefront~=1.3.3
xlrd~=2.0.1 xlrd~=2.0.1
openpyxl~=3.0.7
networkx~=2.5.1 networkx~=2.5.1
parseidf~=1.0.0 parseidf~=1.0.0
ply~=3.11 ply~=3.11

View File

@ -2,6 +2,7 @@
Building test Building test
SPDX - License - Identifier: LGPL - 3.0 - or -later SPDX - License - Identifier: LGPL - 3.0 - or -later
Copyright © 2020 Project Author Guille Gutierrez Morote Guillermo.GutierrezMorote@concordia.ca Copyright © 2020 Project Author Guille Gutierrez Morote Guillermo.GutierrezMorote@concordia.ca
this is my change
""" """
from pathlib import Path from pathlib import Path
from unittest import TestCase from unittest import TestCase