Skip to content

Commit

Permalink
Fixing import of parent classes file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Jan 30, 2021
1 parent bd93a0b commit 0b83e9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion installer/version_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@
"""

import os
import sys
import json
import datetime
from classes import info

PATH = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) # Primary openshot folder
sys.path.append(os.path.join(PATH, 'src', 'classes'))
import info


def parse_version_info(version_path):
Expand Down

0 comments on commit 0b83e9a

Please sign in to comment.