Skip to content

Commit

Permalink
Minor fixes to cdagui imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Sep 6, 2024
1 parent cbbf43e commit 7eaab53
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pyspedas/cdagui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
# For relative imports to work in Python 3.6
import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
2 changes: 1 addition & 1 deletion pyspedas/cdagui/cdagui.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import tkinter as tk
from tkinter import messagebox, filedialog
from pyspedas.cdagui.cdaweb import CDAWeb
from config import CONFIG
from .config import CONFIG


class cdaWindow:
Expand Down
2 changes: 1 addition & 1 deletion pyspedas/cdagui/cdaweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from cdasws import CdasWs
from pytplot import cdf_to_tplot, netcdf_to_tplot, time_clip as tclip
from pyspedas.utilities.download import download
from config import CONFIG
from .config import CONFIG


class CDAWeb:
Expand Down

0 comments on commit 7eaab53

Please sign in to comment.