Rename advanced.py to advanced_configuration_window.py

This commit is contained in:
Stephan Erb 2009-10-17 20:28:38 +02:00
parent d0f1b0e746
commit 2ccaf5b2b4
2 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ except ImportError:
# so they can do dialog.GajimThemesWindow() for example
from filetransfers_window import FileTransfersWindow
from gajim_themes_window import GajimThemesWindow
from advanced import AdvancedConfigurationWindow
from advanced_configuration_window import AdvancedConfigurationWindow
from common import gajim
from common import helpers