Skip to content

Commit

Permalink
script_run: Absolute import (iss #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 4, 2020
1 parent 7abba06 commit 4a6a103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DataRepository_patrons/script_run
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ from datetime import date
import configparser
import argparse

import ldap_query
import grouper_query
import delta
from DataRepository_patrons import ldap_query
from DataRepository_patrons import grouper_query
from DataRepository_patrons import delta

co_filename = __file__
co_dir = path.dirname(co_filename)
Expand Down

0 comments on commit 4a6a103

Please sign in to comment.