Skip to content

Commit

Permalink
Update manageModules.py
Browse files Browse the repository at this point in the history
  • Loading branch information
m41nt41n3r authored Feb 17, 2018
1 parent b85aede commit c20e025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Windows/lazagne/config/manageModules.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from lazagne.softwares.chats.jitsi import Jitsi
from lazagne.softwares.chats.pidgin import Pidgin
from lazagne.softwares.chats.skype import Skype
from lazagne.softwares.chats.psi import PSI

# Databases
from lazagne.softwares.databases.dbvis import Dbvisualizer
Expand Down Expand Up @@ -101,6 +102,7 @@ def get_modules():
Jitsi(),
Pidgin(),
Skype(),
PSI(),

# Databases
Dbvisualizer(),
Expand Down

0 comments on commit c20e025

Please sign in to comment.