Skip to content

Commit 97e5ace

Browse files
authored
Update volumouse.py
1 parent 5e1342a commit 97e5ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volumouse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
file_Corner_area = os.path.dirname(os.path.abspath(__file__))+'/temp/corner_area_size.txt'
2626

2727
def main():
28-
from volumouse import __version__
28+
import __version__
2929
version ='volumouse - Version '+ str(__version__.__version__)+' - by @pzim-devdata'
3030
############################ARGUMENTS
3131
def info():

0 commit comments

Comments
 (0)