Skip to content

Commit 3d60012

Browse files
fix : minor edit
1 parent f3c3edb commit 3d60012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv2vcf/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
import time
3-
from VCF import *
3+
from .VCF import *
44
from tkinter.filedialog import askopenfilename
55
from tkinter import *
66
import os

0 commit comments

Comments
 (0)