Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Fix import statement missed in search and replace in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartens committed Nov 1, 2021
1 parent d622196 commit c32d46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dicompyler/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def main():

import tempfile, os
import wx
from pubsub import Publisher as pub
from pubsub as pub

app = wx.App(False)

Expand Down

0 comments on commit c32d46f

Please sign in to comment.